Visual Guard Class Library Documentation

VGMembershipUserCollection.Item Property (String, VGAuthenticationMode)

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

public VGMembershipUser this[
   String name
   VGAuthenticationMode authenticationMode
] {get;}

Parameters

name
The Username of the VGMembershipUser to retrieve from the collection.
authenticationMode
the mode of authentication of the user.

Exceptions

Exception Type Condition
ArgumentException The authentication mode cannot be a combination of several modes.

See Also

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