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