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

Syntax

C#
public string RepositoryId { get; set; }
Visual Basic
Public Property RepositoryId As String
	Get
	Set

Property Value

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