Share via


BpmPropertyPercent.DiffProperty Method (Microsoft.PerformancePoint.Scorecards)

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 Overrides Function DiffProperty ( _
    oldProperty As BpmProperty _
) As Diff
'Usage
Dim oldProperty As BpmProperty
Dim returnValue As Diff

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

Parameters

  • oldProperty
    The old object to compare with.

Return Value

A Diff object with the differences between this object and the old object. Returns null if the objects are the same.

See Also

Reference

BpmPropertyPercent Class
BpmPropertyPercent Members
Microsoft.PerformancePoint.Scorecards Namespace