Share via


Action.Position property

Gets or sets the order of the action to be displayed.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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 order of the action to be displayed.

See also

Reference

Action class

Action members

Microsoft.SharePoint.BusinessData.Administration namespace