Gets the collection of property definitions for columns in the documents view of work lists.
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 BCStoredPropertyDefCollection WorkListColumnPropertyDefCollection { get; } |
| Visual Basic |
|---|
Public ReadOnly Property WorkListColumnPropertyDefCollection As BCStoredPropertyDefCollection Get |
| Visual C++ |
|---|
public: property BCStoredPropertyDefCollection^ WorkListColumnPropertyDefCollection { BCStoredPropertyDefCollection^ get (); } |