[This is preliminary documentation and is subject to change.]
            Shows if the timesheet exists for the timesheet task information.
            
    Namespace: 
   OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public bool TaskExists( TimesheetTaskInfo tti )  | 
| Visual Basic (Declaration) | 
|---|
Public Function TaskExists ( _ tti As TimesheetTaskInfo _ ) As Boolean  | 
| Visual C++ | 
|---|
public: bool TaskExists( TimesheetTaskInfo^ tti )  | 
Parameters
- tti
 - Type: OfficeClip.BusinessLayer.TE..::.TimesheetTaskInfo
The timesheet task information. 
