BCEnvironmentPrivileges Property |
Gets the collection of all privileges.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.49.0)
Syntaxpublic 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:
BCCollectionBCPrivilege
See Also