Share via


T.Schedule Field

Definition

Represents the t:Schedule XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: Event.
  • has the following XML attributes: dueDate, startDate.
  • corresponds to the following strongly-typed classes: TaskScheduleEventInfo.

Applies to