Gets or sets the VGAuthorizationStatus representing the status of the current authorization process.

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

Syntax

C#
public VGAuthorizationStatus Status { get; set; }
Visual Basic (Declaration)
Public Property Status As VGAuthorizationStatus

Field Value

A VGAuthorizationStatus value representing the status of the current authorization process.

See Also