Share via


X.parameters Field

Definition

Represents the x:parameters XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: connection.
  • has the following child XML elements: parameter.
  • has the following XML attributes: count.
  • corresponds to the following strongly-typed classes: Parameters.

Applies to