Share via


P.tag Field

Definition

Represents the p:tag XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: tagLst.
  • has the following XML attributes: name, val.
  • corresponds to the following strongly-typed classes: Tag.

Applies to