Gets the collection of work area templates that can be used
to create sub-work areas while the work area is in this state.
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<BCWorkPackageTemplate> PossibleSubWorkPackageTypes { get; } |
| Visual Basic |
|---|
Public ReadOnly Property PossibleSubWorkPackageTypes As BCCollection(Of BCWorkPackageTemplate) Get |
| Visual C++ |
|---|
public: property BCCollection<BCWorkPackageTemplate^>^ PossibleSubWorkPackageTypes { BCCollection<BCWorkPackageTemplate^>^ get (); } |