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