Share via


NoNamespace.autoDelete Field

Definition

Represents the autoDelete XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: connection.
  • corresponds to the following strongly-typed properties: Connection.AutoDelete.

Applies to