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