Share via


BpmProperty.DiffProperty method

Compares this object with another object and returns the differences.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Protected MustOverride Function DiffProperty ( _
    oldProperty As BpmProperty _
) As Diff
'Usage
Dim oldProperty As BpmProperty
Dim returnValue As Diff

returnValue = Me.DiffProperty(oldProperty)
protected abstract Diff DiffProperty(
    BpmProperty oldProperty
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.Diff
a null reference (Nothing in Visual Basic) if the objects are the same; otherwise, the differences between the objects.

See also

Reference

BpmProperty class

BpmProperty members

Microsoft.PerformancePoint.Scorecards namespace