[This is preliminary documentation and is subject to change.]
            The city of the taxi expense.
            
    Namespace: 
   OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public string city { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property city As String  | 
| Visual C++ | 
|---|
public: property String^ city { String^ get (); void set (String^ value); }  | 
