Gets the collection of property definitions used for all document types.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCReadOnlyCollection<BCPropertyDef> AllDocumentProperties { get; }
Visual Basic
Public ReadOnly Property AllDocumentProperties As BCReadOnlyCollection(Of BCPropertyDef)
	Get
Visual C++
public:
property BCReadOnlyCollection<BCPropertyDef^>^ AllDocumentProperties {
	BCReadOnlyCollection<BCPropertyDef^>^ get ();
}

See Also