Gets the work list for the current user in the current work area.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCWorkList CurrentWorkList { get; } |
Visual Basic |
---|
Public ReadOnly Property CurrentWorkList As BCWorkList Get |
Visual C++ |
---|
public: property BCWorkList^ CurrentWorkList { BCWorkList^ get (); } |