Share via


NoNamespace.comment Field

Definition

Represents the comment XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: definedName, rdn, scenario, table.
  • corresponds to the following strongly-typed properties: DefinedName.Comment, RevisionDefinedName.Comment, Scenario.Comment, Table.Comment.

Applies to