SPRoleDefinitionBindingCollection.Count property
取得繫結集合中的角色定義的數字。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property Count As Integer
Get
'用途
Dim instance As SPRoleDefinitionBindingCollection
Dim value As Integer
value = instance.Count
public override int Count { get; }
Property value
Type: System.Int32
32 位元的整數,指出角色定義的數字。
Implements
請參閱
參照
SPRoleDefinitionBindingCollection class