Share via


GridHeaderItem.GetOverriddenProperty Method (Microsoft.PerformancePoint.Scorecards)

Gets the overridden BpmProperty if it exists. Otherwise, it returns the base property.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Function GetOverriddenProperty ( _
    propertyDisplayName As String, _
    cache As IGlobalCache _
) As BpmProperty
'Usage
Dim instance As GridHeaderItem
Dim propertyDisplayName As String
Dim cache As IGlobalCache
Dim returnValue As BpmProperty

returnValue = instance.GetOverriddenProperty(propertyDisplayName, cache)
public BpmProperty GetOverriddenProperty (
    string propertyDisplayName,
    IGlobalCache cache
)

Parameters

  • propertyDisplayName
    The display name of the property to locate.
  • cache
    A cache that contains all the referenced scorecard elements.

Return Value

The value of the property.

See Also

Reference

GridHeaderItem Class
GridHeaderItem Members
Microsoft.PerformancePoint.Scorecards Namespace