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.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Friend Sub DropRoleMember ( _
sid As SecurityIdentifier, _
role As String _
)
'Usage
Dim sid As SecurityIdentifier
Dim role As String
Me.DropRoleMember(sid, role)
protected internal void DropRoleMember(
SecurityIdentifier sid,
string role
)
Parameters
- role
Type: System.String