Share via


NoNamespace.inactive Field

Definition

Represents the inactive XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: taskDetails.
  • corresponds to the following strongly-typed properties: TaskDetails.Inactive.

Applies to