Share via


NoNamespace.deleted Field

Definition

Represents the deleted XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: taskDetails, connection, inputCells.
  • corresponds to the following strongly-typed properties: Connection.Deleted, InputCells.Deleted, TaskDetails.Deleted.

Applies to