Share via


BpmProperty.CopyFrom Method (Microsoft.PerformancePoint.Scorecards)

Copies the values from another property to this property.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public MustOverride Sub CopyFrom ( _
    value As BpmProperty _
)
'Usage
Dim instance As BpmProperty
Dim value As BpmProperty

instance.CopyFrom(value)
public abstract void CopyFrom (
    BpmProperty value
)

Parameters

  • value
    The property to copy from.

See Also

Reference

BpmProperty Class
BpmProperty Members
Microsoft.PerformancePoint.Scorecards Namespace