Share via


NoNamespace.keepAlive Field

Definition

Represents the keepAlive XML attribute.

public static readonly System.Xml.Linq.XName keepAlive;
 staticval mutable keepAlive : System.Xml.Linq.XName
Public Shared ReadOnly keepAlive 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.KeepAlive.

Applies to