Share via


NoNamespace.delimited Field

Definition

Represents the delimited XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: textPr, textPr.
  • corresponds to the following strongly-typed properties: TextProperties.Delimited.

Applies to