BCRoleBasedEnclosureAssignments Property |
Gets the collection of the user role assignments.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCCollection<BCUserRoleAssignment> Assignments { get; }
Public ReadOnly Property Assignments As BCCollection(Of BCUserRoleAssignment)
Get
public:
property BCCollection<BCUserRoleAssignment^>^ Assignments {
BCCollection<BCUserRoleAssignment^>^ get ();
}
member Assignments : BCCollection<BCUserRoleAssignment> with get
Property Value
Type:
BCCollectionBCUserRoleAssignmentSee Also