Gets or sets the country. The Country Property gets or sets the country associated with the applicant's address.
Syntax
'Declaration
Public Overridable Property Country As String
'Usage
Dim instance As Address
Dim value As String
instance.Country = value
value = instance.Country
public virtual string Country {get; set;}
public read-write property Country: String; virtual;
public function get,set Country : String
public: __property virtual string* get_Country();
public: __property virtual void set_Country(
string* value
);
public:
virtual property String^ Country {
String^ get();
void set ( String^ value);
}
Property Value
The country.
See Also