Share via


NoNamespace.xmlDataType Field

Definition

Represents the xmlDataType XML attributes.

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

Applies to