Share via


T.Task Field

Definition

Represents the t:Task XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: Tasks.
  • has the following child XML elements: Anchor, extLst, History.
  • has the following XML attributes: id.
  • corresponds to the following strongly-typed classes: Task.

Applies to