| GeoCoordinateGlobe Property |
This is preliminary documentation and is subject to change.
Gets/set the globe identifier of the coordinate.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string Globe {
get;
set; }
Public Property Globe As String
Get
Set
Dim instance As GeoCoordinate
Dim value As String
value = instance.Globe
instance.Globe = value
public:
property String^ Globe {
String^ get ();
void set (String^ value);
}
member Globe : string with
get, set
Property Value
StringSee Also