Get the role for this UserRole instance

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IRole Role { get; }
Visual Basic
ReadOnly Property Role As IRole
	Get
Visual C++
property IRole^ Role {
	IRole^ get ();
}

Field Value

IRole

See Also