BCEnvironmentProjectDefinitions Property |
Gets the collection of all project definitions.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCCollection<BCProjectDefinition> ProjectDefinitions { get; }
Public ReadOnly Property ProjectDefinitions As BCCollection(Of BCProjectDefinition)
Get
public:
property BCCollection<BCProjectDefinition^>^ ProjectDefinitions {
BCCollection<BCProjectDefinition^>^ get ();
}
member ProjectDefinitions : BCCollection<BCProjectDefinition> with get
Property Value
Type:
BCCollectionBCProjectDefinitionSee Also