Share via


X.commentList Field

Definition

Represents the x:commentList XML element.

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

Field Value

Remarks

As an XML element, it:

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

Applies to