Specifies a LocationOptions object whose properties will be
used for all location requests by default.
Namespace:
Veriplace.ClientAssembly: Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)
Syntax
| C# |
|---|
public LocationOptions LocationOptions { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property LocationOptions As LocationOptions |
| Visual C++ |
|---|
public: property LocationOptions^ LocationOptions { LocationOptions^ get (); void set (LocationOptions^ value); } |
Remarks
These properties include location mode, location filter, and default
timeout. They can all be overridden on a per-request basis.