public string BillingCountryIsoNumericCode { get; set; }
Public Property BillingCountryIsoNumericCode As String
Get
Set
public:
property String^ BillingCountryIsoNumericCode {
String^ get ();
void set (String^ value);
}
member BillingCountryIsoNumericCode : string with get, set