  | GeoCoordinatesPropertyGroupPrimaryCoordinate Property | 
This is preliminary documentation and is subject to change.
            Gets the primary geo-coordinate associated with the page.
            
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic GeoCoordinate PrimaryCoordinate { get; }Public ReadOnly Property PrimaryCoordinate As GeoCoordinate
	Get
Dim instance As GeoCoordinatesPropertyGroup
Dim value As GeoCoordinate
value = instance.PrimaryCoordinate
public:
property GeoCoordinate PrimaryCoordinate {
	GeoCoordinate get ();
}member PrimaryCoordinate : GeoCoordinate with get
Property Value
GeoCoordinate
See Also