Share via


NoNamespace.cacheId Field

Definition

Represents the cacheId XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: pivotCache, pivotTableDefinition, pivotTableData.
  • corresponds to the following strongly-typed properties: PivotCache.CacheId, PivotTableData.CacheId, PivotTableDefinition.CacheId.

Applies to