Share via


ReportViewInstance.GetOverriddenProperty Method (String) (Microsoft.PerformancePoint.Scorecards)

Returns the overridden BpmProperty if it exists or 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 ( _
    uniquePropertyName As String _
) As BpmProperty
'Usage
Dim instance As ReportViewInstance
Dim uniquePropertyName As String
Dim returnValue As BpmProperty

returnValue = instance.GetOverriddenProperty(uniquePropertyName)
public BpmProperty GetOverriddenProperty (
    string uniquePropertyName
)

Parameters

  • uniquePropertyName
    The unique name of the property to look up

Return Value

The value of the property.

See Also

Reference

ReportViewInstance Class
ReportViewInstance Members
Microsoft.PerformancePoint.Scorecards Namespace