Returns the current permission token for getting location, if any.

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

Syntax

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

Remarks

This property's value is set by a successful call to RequireGetLocationPermission()()() or RequireLocation()()(). You can also set it directly if you have a token from another source.

See Also