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.String

    The display name of the property to locate.

Return Value

Type: Microsoft.PerformancePoint.Scorecards.BpmProperty
The value of the property.

Remarks

If no BpmProperty property exists, this method returns the base property.

See Also

Reference

GridHeaderItem Class

GridHeaderItem Members

Microsoft.PerformancePoint.Scorecards Namespace