BCEnvironmentCustomToDoPersonAdditionalPrivileges Property |
Gets the collection of custom privileges that are available as
additional to-do person privileges in a workflow state.
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> CustomToDoPersonAdditionalPrivileges { get; }
Public ReadOnly Property CustomToDoPersonAdditionalPrivileges As BCCollection(Of BCPrivilege)
Get
public:
property BCCollection<BCPrivilege^>^ CustomToDoPersonAdditionalPrivileges {
BCCollection<BCPrivilege^>^ get ();
}
member CustomToDoPersonAdditionalPrivileges : BCCollection<BCPrivilege> with get
Property Value
Type:
BCCollectionBCPrivilegeSee Also