FormButtonSeparatorControl.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:
 override int userDataItems();[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int userDataItems();[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.userDataItems : unit -> intPublic Overrides Function userDataItems () As IntegerReturns
The number of user data items for the control.
- Attributes
- 
			Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
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 -> intPublic Overrides Function userDataItems (_value As Integer) As IntegerParameters
- _value
- Int32
An integer value that indicates the number of user data items for the control; optional.
Returns
- Attributes
- 
			Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute