NameAddressCountry Property | |
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute("")]
[DataMemberAttribute(EmitDefaultValue = false)]
public string Country { get; set; }
public:
[DefaultValueAttribute(L"")]
[DataMemberAttribute(EmitDefaultValue = false)]
virtual property String^ Country {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Country();
function set_Country(value);
Property Value
Type:
StringSee Also