Gets the collection of all stored collections of property definitions.
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<BCStoredPropertyDefCollection> StoredPropertyDefCollections { get; } |
Visual Basic |
---|
Public ReadOnly Property StoredPropertyDefCollections As BCCollection(Of BCStoredPropertyDefCollection) Get |
Visual C++ |
---|
public: property BCCollection<BCStoredPropertyDefCollection^>^ StoredPropertyDefCollections { BCCollection<BCStoredPropertyDefCollection^>^ get (); } |