[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.PostalAddress.CountryCode"]
public string CountryCode { get; }
Public ReadOnly Property CountryCode As String
Get
public:
property String^ CountryCode {
String^ get ();
}
member CountryCode : string with get