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