Geocoordinate.IsRemoteSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the current location reported by this Geocoordinate object is being redirected to a remote physical location.
public:
property bool IsRemoteSource { bool get(); };
bool IsRemoteSource();
public bool IsRemoteSource { get; }
var boolean = geocoordinate.isRemoteSource;
Public ReadOnly Property IsRemoteSource As Boolean
Property Value
bool
True if the current location reported by this Geocoordinate object is being redirected to a remote physical location; otherwise, false.
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Remarks
In some scenarios, such as remote desktop sessions, the physical location of the current device does not represent the user's actual location. In these scenarios, Windows can redirect the user's location to a remote computer that is used as the main source for positioning. Use this property to determine whether the user's location is being redirected to a remote computer.