 | AddressCountry Property |
Gets or sets the country.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string Country { get; set; }
Public Property Country As String
Get
Set
public:
property String^ Country {
String^ get ();
void set (String^ value);
}
function get Country () : String
function set Country (value : String)
function get_Country();
function set_Country(value);
Property Value
Type:
StringThe country.
See Also