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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
Guid OriginalId { get; }
Visual Basic
ReadOnly Property OriginalId As Guid
	Get

Property Value

Type: Guid
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