Share via


P.par Field

Definition

Represents the p:par XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: childTnLst, subTnLst, tnLst.
  • has the following child XML elements: cTn.
  • corresponds to the following strongly-typed classes: ParallelTimeNode.

Applies to