[This is preliminary documentation and is subject to change.]

The type of the workflow.

Namespace:  OfficeClip.BusinessLayer.Framework.Workflow
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public WorkflowType WorkflowType { get; set; }
Visual Basic (Declaration)
Public Property WorkflowType As WorkflowType
Visual C++
public:
property WorkflowType WorkflowType {
	WorkflowType get ();
	void set (WorkflowType value);
}

See Also