Gets the collection of available 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 BCReadOnlyCollection<BCPropertyDef> AvailableProperties { get; }  | 
| Visual Basic | 
|---|
Public ReadOnly Property AvailableProperties As BCReadOnlyCollection(Of BCPropertyDef) Get  | 
| Visual C++ | 
|---|
public: property BCReadOnlyCollection<BCPropertyDef^>^ AvailableProperties { BCReadOnlyCollection<BCPropertyDef^>^ get (); }  |