The most recently queried Veriplace location, or null if the location is not yet known.

Namespace:  Veriplace.Web
Assembly:  Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)

Syntax

C#
public Location Location { get; set; }
Visual Basic (Declaration)
Public Property Location As Location
Visual C++
public:
property Location^ Location {
	Location^ get ();
	void set (Location^ value);
}

Remarks

Call RequireLocation()()() to provide a value for this property. You can also set the value directly if you already have a user ID from another source.

See Also