Visual Guard Class Library Documentation

VGMembershipUserCollection.Item Property (String)

Gets the membership user in the collection referenced by the specified user name.

public VGMembershipUser this[
   String name
] {get;}

Parameters

name
The Username of the VGMembershipUser to retrieve from the collection.

Remarks

this method can only be used to look for a 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.VGMembershipUser Overload List