Gets the collection of named properties of the document.

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

Syntax

C#
public BCSDocument..::..DocumentPropertyCollection Properties { get; private set; }
Visual Basic
Public Property Properties As BCSDocument..::..DocumentPropertyCollection
	Get
	Private Set
Visual C++
public:
property BCSDocument..::..DocumentPropertyCollection^ Properties {
	BCSDocument..::..DocumentPropertyCollection^ get ();
	private: void set (BCSDocument..::..DocumentPropertyCollection^ value);
}

See Also