|
SubjectAddressPostalCode Property |
[This is preliminary documentation and is subject to change.]
The postal 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 PostalCode { get; set; }
Public Property PostalCode As String
Get
Set
public:
property String^ PostalCode {
String^ get ();
void set (String^ value);
}
member PostalCode : string with get, set
Property Value
Type:
String
The postal code.
See Also