| GeoCoordinatesPropertyProviderQueryDistanceFromPage Property |
This is preliminary documentation and is subject to change.
Also queries for the distance of each coordinate from the coordinate of the given page.
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string? QueryDistanceFromPage { get; set; }
Public Property QueryDistanceFromPage As String
Get
Set
Dim instance As GeoCoordinatesPropertyProvider
Dim value As String
value = instance.QueryDistanceFromPage
instance.QueryDistanceFromPage = value
public:
property String^ QueryDistanceFromPage {
String^ get ();
void set (String^ value);
}
member QueryDistanceFromPage : string with get, set
Property Value
StringRemarks A page title, or null if no distance querying is required.
See Also