Visual Guard Class Library Documentation

VGRolesInstance.RemoveUsersFromRoles Method

Removes the specified Windows accounts from the specified roles.

Overload List

Removes the specified Windows accounts from the specified roles.

public void RemoveUsersFromRoles(NTAccount[],String[]);

Removes the specified user names from the specified roles.

public void RemoveUsersFromRoles(String[],String[]);

See Also

VGRolesInstance Class | Novalys.VisualGuard.Security.Membership Namespace