Share via


NoNamespace.longitude Field

Definition

Represents the longitude XML attributes.

public static readonly System.Xml.Linq.XName longitude;
 staticval mutable longitude : System.Xml.Linq.XName
Public Shared ReadOnly longitude As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: geoDataPointQuery, geoLocation.
  • corresponds to the following strongly-typed properties: GeoDataPointQuery.Longitude, GeoLocation.Longitude.

Applies to