SPPolicy.SPPolicyRoleBindingCollection.RemoveById method
Removes the specified policy role from the policy based on the specified GUID.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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