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