Gets the collection of property definitions in the property set.
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<BCPropertyDef> PropertyDefs { get; } |
Visual Basic |
---|
Public ReadOnly Property PropertyDefs As BCCollection(Of BCPropertyDef) Get |
Visual C++ |
---|
public: property BCCollection<BCPropertyDef^>^ PropertyDefs { BCCollection<BCPropertyDef^>^ get (); } |