Gets the unique identifier from the repository for the role.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public Guid RepositoryId { get; }
Visual Basic
Public ReadOnly Property RepositoryId As Guid
	Get

Property Value

Type: Guid
the unique identifier from the repository for the role.

See Also