|
PostalCodeRequestSearchText Property |
[This is preliminary documentation and is subject to change.]
Partial text of state, city or postal code for search.
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic string SearchText { get; set; }
Public Property SearchText As String
Get
Set
public:
property String^ SearchText {
String^ get ();
void set (String^ value);
}
member SearchText : string with get, set
Property Value
Type:
String
The search text.
See Also