Share via


NoNamespace.displayFolder Field

Definition

Represents the displayFolder XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: cacheHierarchy, kpi, calculatedMember.
  • corresponds to the following strongly-typed properties: CacheHierarchy.DisplayFolder, CalculatedMember.DisplayFolder, Kpi.DisplayFolder.

Applies to