RoleDefinitionCreationInformation.Order property

Gets or sets a value that specifies the order in which roles are displayed.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property Order As Integer
    Get
    Set
'Usage
Dim instance As RoleDefinitionCreationInformation
Dim value As Integer

value = instance.Order

instance.Order = value
public int Order { get; set; }

Property value

Type: System.Int32
Returns a Int32 instance representing the order in which roles are displayed.

See also

Reference

RoleDefinitionCreationInformation class

RoleDefinitionCreationInformation members

Microsoft.SharePoint.Client namespace