Share via


NoNamespace.refreshOnLoad Field

Definition

Represents the refreshOnLoad XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: connection, pivotCacheDefinition, queryTable.
  • corresponds to the following strongly-typed properties: Connection.RefreshOnLoad, PivotCacheDefinition.RefreshOnLoad, QueryTable.RefreshOnLoad.

Applies to