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