Share via


NoNamespace.semicolon Field

Definition

Represents the semicolon XML attribute.

public static readonly System.Xml.Linq.XName semicolon;
 staticval mutable semicolon : System.Xml.Linq.XName
Public Shared ReadOnly semicolon 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.Semicolon.

Applies to