 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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
String
RemarksA page title, or null if no distance querying is required.
See Also