'Declaration
Public ReadOnly Property city As System.String
'Usage
Dim instance As DLDecoder Dim value As System.String value = instance.city
public System.string city {get;}
public read-only property city: System.String;
public function get city : System.String
public: property System.String^ city { System.String^ get(); }