Gets the Anonymous Role of the application.

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

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