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