FormControl.userDataItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
userDataItems() |
Gets or sets the number of user data items for the control. |
userDataItems(Int32) |
userDataItems()
Gets or sets the number of user data items for the control.
public:
virtual int userDataItems();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int userDataItems ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member userDataItems : unit -> int
override this.userDataItems : unit -> int
Public Overridable Function userDataItems () As Integer
Returns
The number of user data items for the control.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
userDataItems(Int32)
public:
virtual int userDataItems(int _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int userDataItems (int _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member userDataItems : int -> int
override this.userDataItems : int -> int
Public Overridable Function userDataItems (_value As Integer) As Integer
Parameters
- _value
- Int32
An integer value that indicates the number of user data items for the control; optional.
Returns
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute