Share via


NoNamespace.mapId Field

Definition

Represents the mapId XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: xmlColumnPr, xmlPr.
  • corresponds to the following strongly-typed properties: XmlColumnProperties.MapId, XmlProperties.MapId.

Applies to