Share via


FormFunctionButtonControl.userDataItem Method

Definition

Overloads

userDataItem()

Gets or sets the user data item for the control.

userDataItem(Int32)

userDataItem()

Gets or sets the user data item for the control.

[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int userDataItem();

Returns

The user data item for the control.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

userDataItem(Int32)

[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int userDataItem(int _value);

Parameters

_value
Int32

An integer value that indicates the user data item for the control; optional.

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to