Share via


X.mdx Field

Definition

Represents the x:mdx XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: mdxMetadata.
  • has the following child XML elements: k, ms, p, t.
  • has the following XML attributes: f, n.
  • corresponds to the following strongly-typed classes: Mdx.

Applies to