This document is archived and information here might be outdated. Recommended version. |
Removes roles assigned to a user.
[Visual Basic .NET] Public Sub RemoveRoles ( _ ByVal UserName As String, _ ByRef rolenames As String[]& _ )
[C#] public void RemoveRoles ( string UserName, ref String[]& rolenames );
[C++]
HRESULT RemoveRoles(
BSTR UserName,
SAFEARRAY(System.String)* rolenames
);
[C++]
Parameters UserName [in]
UserName is a parameter of type BSTR rolenames [in]
rolenames is a parameter of type SAFEARRAY(BSTR)*