|
SubjectAddressCountryCode Property |
[This is preliminary documentation and is subject to change.]
The country code of the address.
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic string CountryCode { get; set; }
Public Property CountryCode As String
Get
Set
public:
property String^ CountryCode {
String^ get ();
void set (String^ value);
}
member CountryCode : string with get, set
Property Value
Type:
String
The country code.
See Also