SPPolicy.SPPolicyRoleBindingCollection.ToString Method
Returns a list of the policy roles that are bound to the containing policy.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function ToString As String
'Usage
Dim instance As SPPolicy.SPPolicyRoleBindingCollection
Dim returnValue As String
returnValue = instance.ToString()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override string ToString()
Return Value
Type: System.String
A string that contains a comma-delimited list of policy role names.
See Also
Reference
SPPolicy.SPPolicyRoleBindingCollection Class