Share via


NoNamespace.disableRefresh Field

Definition

Represents the disableRefresh XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: queryTable.
  • corresponds to the following strongly-typed properties: QueryTable.DisableRefresh.

Applies to