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