Gets or sets whether the membership user can be authenticated.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public bool IsApproved { get; set; }
Visual Basic (Declaration)
Public Property IsApproved As Boolean

Field Value

true if the user can be authenticated; otherwise, false.

Remarks

if the user is not approved, the authentication process will always return failed even if the supplied user name and password are correct.

Exceptions

ExceptionCondition
System..::.NotSupportedExceptionthe user is not a Visual Guard user and cannot be modified.

See Also