Share via


NoNamespace.latitude Field

Definition

Represents the latitude XML attributes.

public static readonly System.Xml.Linq.XName latitude;
 staticval mutable latitude : System.Xml.Linq.XName
Public Shared ReadOnly latitude 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.Latitude, GeoLocation.Latitude.

Applies to