[This is preliminary documentation and is subject to change.]
            Gets the task name and code (separated by a "/") of a particular row of the timesheet.
            
    Namespace: 
   OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public string GetTaskCodeAndName( int rowNumber )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetTaskCodeAndName ( _ rowNumber As Integer _ ) As String  | 
| Visual C++ | 
|---|
public: String^ GetTaskCodeAndName( int rowNumber )  | 
Parameters
- rowNumber
 - Type: System..::.Int32
The row number of the timesheet. 
