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.
Removes the specified policy role from the policy based on the specified GUID.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub RemoveById ( _
id As Guid _
)
'Usage
Dim instance As SPPolicy.SPPolicyRoleBindingCollection
Dim id As Guid
instance.RemoveById(id)
public void RemoveById(
Guid id
)
Parameters
id
Type: System.GuidA System.Guid object that specifies the policy role to remove.
See Also
Reference
SPPolicy.SPPolicyRoleBindingCollection Class