Visual Guard Class Library Documentation

VGMembershipUserCollection.VGMembershipUser Property

Gets the VGMembershipUser at the specified index.

Overload List

Gets the VGMembershipUser at the specified index.

public VGMembershipUser this[Int32] {get;}

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

public VGMembershipUser this[String] {get;}

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

public VGMembershipUser this[String, VGAuthenticationMode] {get;}

See Also

VGMembershipUserCollection Class | Novalys.VisualGuard.Security.Membership Namespace