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