SPRoleDefinitionBindingCollection.Count-Eigenschaft
Ruft die Anzahl von Rollendefinitionen in der Bindungsauflistung ab.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Count As Integer
Get
'Usage
Dim instance As SPRoleDefinitionBindingCollection
Dim value As Integer
value = instance.Count
public override int Count { get; }
Eigenschaftswert
Typ: System.Int32
Eine 32-Bit-Ganzzahl, die die Anzahl der Rollendefinitionen angibt.
Implementiert
Siehe auch
Referenz
SPRoleDefinitionBindingCollection Klasse