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