Share via


X.values Field

Definition

Represents the x:values XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: ddeItem.
  • has the following child XML elements: value.
  • has the following XML attributes: cols, rows.
  • corresponds to the following strongly-typed classes: Values.

Applies to