Gets the collection of all states defined in the template.
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 BCCollection<BCWorkPackageState> States { get; } |
Visual Basic |
---|
Public ReadOnly Property States As BCCollection(Of BCWorkPackageState) Get |
Visual C++ |
---|
public: property BCCollection<BCWorkPackageState^>^ States { BCCollection<BCWorkPackageState^>^ get (); } |