Share via


NoNamespace.postalCode Field

Definition

Represents the postalCode XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: address, geoLocationQuery.
  • corresponds to the following strongly-typed properties: Address.PostalCode, GeoLocationQuery.PostalCode.

Applies to