[This is preliminary documentation and is subject to change.]
            The city part of the address
            
    Namespace: 
   OfficeClip.BusinessLayer.ProjectsAssembly: 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); }  | 
