Share via


NoNamespace.initials Field

Definition

Represents the initials XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: cmAuthor, author.
  • corresponds to the following strongly-typed properties: Author.Initials, CommentAuthor.Initials.

Applies to