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

the type of the task

Namespace:  OfficeClip.BusinessLayer.Desktop
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

See Also