Visual Guard Class Library Documentation

VGMembershipUserCollection.Remove Method (String)

Removes the membership user object with the specified user name from the collection.

public void Remove(
   String name
);

Parameters

name
The user name of the VGMembershipUser object to remove from the collection.

Remarks

this method can only be used to remove Visual Guard user. You must specify the authentication mode to remove database or windows account.

See Also

VGMembershipUserCollection Class | Novalys.VisualGuard.Security.Membership Namespace | VGMembershipUserCollection.Remove Overload List