Gets the unique identifier of the application of the role

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 Guid ApplicationId { get; }
Visual Basic (Declaration)
Public ReadOnly Property ApplicationId As Guid

Field Value

The unique identifier of the application of the role. returns Empty when the role is a shared role.

See Also