Share via


X.d Field

Definition

Represents the x:d XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: groupItems, r, sharedItems.
  • has the following child XML elements: x_.
  • has the following XML attributes: c, cp, f, u, v.
  • corresponds to the following strongly-typed classes: DateTimeItem.

Applies to