Gets the collection of properties that are shown as
columns in the "All Documents in work area" view.
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 ColumnPropertyDefCollection { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ColumnPropertyDefCollection As BCStoredPropertyDefCollection Get |
| Visual C++ |
|---|
public: property BCStoredPropertyDefCollection^ ColumnPropertyDefCollection { BCStoredPropertyDefCollection^ get (); } |