FormButtonGroupControl.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(Int32) | |
userDataItems() |
Gets or sets the number of user data items for the control. |
userDataItems(Int32)
public:
override int userDataItems(int _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int userDataItems (int _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.userDataItems : int -> int
Public Overrides 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
Applies to
userDataItems()
Gets or sets the number of user data items for the control.
public:
override int userDataItems();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int userDataItems ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.userDataItems : unit -> int
Public Overrides Function userDataItems () As Integer
Returns
The number of user data items for the control.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute