RoleDefinitionCreationInformation.Order 屬性
取得或設定值,指定角色的顯示順序。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property Order As Integer
Get
Set
'用途
Dim instance As RoleDefinitionCreationInformation
Dim value As Integer
value = instance.Order
instance.Order = value
public int Order { get; set; }
屬性值
類型:System.Int32
傳回代表角色所顯示的順序Int32執行個體。
請參閱
參照
RoleDefinitionCreationInformation 類別