SPPolicyRoleCollection Class
Represents a collection of SPPolicyRole objects.
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPolicyRoleCollection
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPolicyRoleCollection
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Use the PolicyRoles property of the SPWebApplication class to return the collection of policy roles for the Web application. To create a policy role in the collection, use the Add method.
Use an indexer to return a single policy role from the collection. For example, if the collection is assigned to a variable named myPolicyRoles, use myPolicyRoles[index] in C#, or myPolicyRoles(index) in Visual Basic .NET, where index is either the name or the index number of the policy role in the collection.