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

'Declaration
Public ReadOnly Property PolicyRoleBindings As SPPolicy.SPPolicyRoleBindingCollection
    Get
'Usage
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.

See also

Reference

SPPolicy class

SPPolicy members

Microsoft.SharePoint.Administration namespace