Gets and sets the country.
Syntax
'Declaration
Property Country As String
'Usage
Dim instance As IAddress
Dim value As String
instance.Country = value
value = instance.Country
string Country {get; set;}
__property string* get_Country();
__property void set_Country(
string* value
);
property String^ Country {
String^ get();
void set ( String^ value);
}
See Also