| BCEnvironmentStoredPropertyDefCollections Property |
Gets the collection of all stored collections of property definitions.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCCollection<BCStoredPropertyDefCollection> StoredPropertyDefCollections { get; }Public ReadOnly Property StoredPropertyDefCollections As BCCollection(Of BCStoredPropertyDefCollection)
Get
public:
property BCCollection<BCStoredPropertyDefCollection^>^ StoredPropertyDefCollections {
BCCollection<BCStoredPropertyDefCollection^>^ get ();
}member StoredPropertyDefCollections : BCCollection<BCStoredPropertyDefCollection> with get
Property Value
Type:
BCCollectionBCStoredPropertyDefCollection
See Also