Gets the Anonymous Role of the application.

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

Syntax

C#
public VGRoleId AnonymousRole { get; }
Visual Basic
Public ReadOnly Property AnonymousRole As VGRoleId
	Get

Return Value

Type: VGRoleId
The Anonymous Role of the application.

See Also