Gets or sets the Visual Guard unique identifier of the item (role or 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#
public string RepositoryId { get; set; }
Visual Basic (Declaration)
Public Property RepositoryId As String

Field Value

The Visual Guard unique identifier of the item (role or permission).

Remarks

The value must be a valid Guid.

When is equal to false, this value is ignored.

See Also