Gets the new state of the document.

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

Syntax

C#
public DocumentWorkflowFlags Target { get; private set; }
Visual Basic
Public Property Target As DocumentWorkflowFlags
	Get
	Private Set
Visual C++
public:
property DocumentWorkflowFlags Target {
	DocumentWorkflowFlags get ();
	private: void set (DocumentWorkflowFlags value);
}

See Also