Gets the collection of the user role assignments.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCCollection<BCUserRoleAssignment> Assignments { get; } |
Visual Basic |
---|
Public ReadOnly Property Assignments As BCCollection(Of BCUserRoleAssignment) Get |
Visual C++ |
---|
public: property BCCollection<BCUserRoleAssignment^>^ Assignments { BCCollection<BCUserRoleAssignment^>^ get (); } |