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