Gets the new state of the workflow.

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 BCWorkflowState Target { get; set; }
Visual Basic
Public Property Target As BCWorkflowState
	Get
	Set
Visual C++
public:
property BCWorkflowState^ Target {
	BCWorkflowState^ get ();
	void set (BCWorkflowState^ value);
}

See Also