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

Gets the string name of the task type

Namespace: OfficeClip.BusinessLayer
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer.dll)
Version: 7.3.2.0

Syntax

C#
public static string GetTaskTypeName(
	BusinessConstants.BusinessConstants..::TaskTypes t
)
Visual Basic (Declaration)
Public Shared Function GetTaskTypeName ( _
	t As BusinessConstants..::TaskTypes _
) As String
Visual C++
public:
static String^ GetTaskTypeName (
	BusinessConstants..::TaskTypes t
)

Parameters

t
BusinessConstants..::TaskTypes
The task type

Return Value

The string name of the task

See Also