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