BCEnvironmentUserRoles Property |
Gets the collection of all user roles.
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<BCUserRole> UserRoles { get; }
Public ReadOnly Property UserRoles As BCCollection(Of BCUserRole)
Get
public:
property BCCollection<BCUserRole^>^ UserRoles {
BCCollection<BCUserRole^>^ get ();
}
member UserRoles : BCCollection<BCUserRole> with get
Property Value
Type:
BCCollectionBCUserRoleSee Also