gets all inherited default roles

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

Syntax

C#
IRole[] InheritedDefaultRoles { get; }
Visual Basic
ReadOnly Property InheritedDefaultRoles As IRole()
	Get
Visual C++
property array<IRole^>^ InheritedDefaultRoles {
	array<IRole^>^ get ();
}

See Also