[This is preliminary documentation and is subject to change.]
            Gets the string name of the task type
            
    Namespace: 
   OfficeClip.BusinessLayerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public static string GetTaskTypeName( 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
 - Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.TaskTypes
The task type 
