AddressInfoCountry Property |
Country Id,three letter code of Country,Mandatory
Namespace: WarehouseServicesAssembly: WarehouseServices (in WarehouseServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Country { get; set; }
Public Property Country As String
Get
Set
public:
property String^ Country {
String^ get ();
void set (String^ value);
}
member Country : string with get, set
Property Value
Type:
StringSee Also