BCUserRolePrivileges Property |
Gets the collection of privileges for the role.
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<BCPrivilege> Privileges { get; }
Public ReadOnly Property Privileges As BCCollection(Of BCPrivilege)
Get
public:
property BCCollection<BCPrivilege^>^ Privileges {
BCCollection<BCPrivilege^>^ get ();
}
member Privileges : BCCollection<BCPrivilege> with get
Property Value
Type:
BCCollectionBCPrivilegeSee Also