 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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
String
See Also