PickerItem.Order Property
Gets a representation of the PickerItem object’s sort order.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Order As Integer
Get
'Usage
Dim instance As PickerItem
Dim value As Integer
value = instance.Order
public int Order { get; }
Property Value
Type: System.Int32
A 32-bit signed integer that represents the PickerItem object’s sort order.