SPPolicy.PolicyRoleBindings Property
Gets the collection of policy roles that are bound to the policy.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public ReadOnly Property PolicyRoleBindings As SPPolicy.SPPolicyRoleBindingCollection
Get
Dim instance As SPPolicy
Dim value As SPPolicy.SPPolicyRoleBindingCollection
value = instance.PolicyRoleBindings
public SPPolicy.SPPolicyRoleBindingCollection PolicyRoleBindings { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPPolicy.SPPolicyRoleBindingCollection
An SPPolicy.SPPolicyRoleBindingCollection object that represents the roles that are bound to the policy.