Gets the unique Visual Guard identifier of the original permission when the permission is a new version of another permission

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

Syntax

C#
Guid OriginalId { get; }
Visual Basic (Declaration)
ReadOnly Property OriginalId As Guid

Field Value

the unique Visual Guard identifier of the original permission when the permission is a new version of another permission. When the permission is the original permission, the value is equal to Empty.

See Also