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