Share via


NoNamespace.string Field

Definition

Represents the string XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: textpath, parameter.
  • corresponds to the following strongly-typed properties: Parameter.String, TextPath.String.

Applies to