GridHeaderItem.GetOverriddenProperty Method
Returns the overridden BpmProperty object.
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
Type: System.StringThe display name of the property to locate.
cache
Type: Microsoft.PerformancePoint.Scorecards.IGlobalCacheA cache that contains all the referenced scorecard elements.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.BpmProperty
The value of the property.
Remarks
If no BpmProperty property exists, this method returns the base property.