Action.Position Property
Gets or sets the position of the Action.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Property Position As Byte
Get
Set
'Usage
Dim instance As Action
Dim value As Byte
value = instance.Position
instance.Position = value
public byte Position { get; set; }
Property Value
Type: System.Byte
The number that represents the position of the action.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace