Gets the collection of all the property sets that belong to this document type,
including the ones from inherited types.
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<BCPropertySet> AllPropertySets { get; } |
Visual Basic |
---|
Public ReadOnly Property AllPropertySets As BCReadOnlyCollection(Of BCPropertySet) Get |
Visual C++ |
---|
public: property BCReadOnlyCollection<BCPropertySet^>^ AllPropertySets { BCReadOnlyCollection<BCPropertySet^>^ get (); } |