Share via


X.authors Field

Definition

Represents the x:authors XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: comments.
  • has the following child XML elements: author.
  • corresponds to the following strongly-typed classes: Authors.

Applies to