Share via


X.t Field

Definition

Represents the x:t XML elements.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: is, mdx, r, rPh, si, text.
  • has the following child XML elements: n.
  • has the following XML attributes: b, bc, c, ct, fc, fi, i, si, st, u.
  • corresponds to the following strongly-typed classes: MdxTuple, Text.

Applies to