Visual Guard Class Library Documentation

VGMemberShipProvider.GetUser Method (String, Boolean)

This method is not supported by Visual Guard.

public override MembershipUser GetUser(
   String username,
   Boolean userIsOnline
);

Parameters

username
The name of the user to get information for.
userIsOnline
The GetUser method ignores this parameter.

Exceptions

Exception Type Condition
ArgumentNullException username is null.
ArgumentException username is empty, or exceeds the maximum length for the user name (usually 64 characters).

See Also

VGMemberShipProvider Class | Novalys.VisualGuard.Security.WebForm Namespace | VGMemberShipProvider.GetUser Overload List