Share via


NoNamespace.length Field

Definition

Represents the length XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: callout, rfmt, mention.
  • corresponds to the following strongly-typed properties: Callout.Length, Mention.Length, RevisionFormat.Length.

Applies to