|
PostalCodeRequestPostalCodeId Property |
[This is preliminary documentation and is subject to change.]
The postal code identifier for lookup.
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Nullable<Guid> PostalCodeId { get; set; }
Public Property PostalCodeId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> PostalCodeId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member PostalCodeId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
The postal code identifier.
See Also