Visual Guard Class Library Documentation

VGRoles.RemoveUsersFromRoles Method

Removes the specified Windows accounts from the specified roles.

Overload List

Removes the specified Windows accounts from the specified roles.

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

Removes the specified user names from the specified roles.

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

See Also

VGRoles Class | Novalys.VisualGuard.Security.Membership Namespace