Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of policy roles that are defined for the Web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property PolicyRoles As SPPolicyRoleCollection
Get
'Usage
Dim instance As SPWebApplication
Dim value As SPPolicyRoleCollection
value = instance.PolicyRoles
public SPPolicyRoleCollection PolicyRoles { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPPolicyRoleCollection
An SPPolicyRoleCollection object that represents the collection of policy roles.