Share via


NoNamespace.percentComplete Field

Definition

Represents the percentComplete XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: Progress.
  • corresponds to the following strongly-typed properties: TaskProgressEventInfo.PercentComplete.

Applies to