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