Gets or sets the location of the workflow interlock.

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

See Also