C#
VB
Java
WinRT C#
C++
Gets a dictionary which define the group (as the key) and the roles that belong to it (as a collection of roles).
public Dictionary<string, AnnRoles> GroupRoles { get; }
Public ReadOnly Property GroupRoles As Dictionary(Of String,AnnRoles)
public Dictionary<string,AnnRoles> GroupRoles {get;}
public java.util.Map<String, AnnRoles> getGroupRoles()
get_GroupRoles();
public:
property Dictionary<String^, AnnRoles^>^ GroupRoles
{
Dictionary<String^, AnnRoles^>^ get()
}
The dictionary which define the group (as the key) and the roles that belong to it (as a collection of roles). Default value is an empty dictionary ready to be used.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET