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

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

BpmPropertyDate class

BpmPropertyDate members

Microsoft.PerformancePoint.Scorecards namespace