Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies from another object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overrides Sub CopyFrom ( _
value As BpmProperty _
)
'Usage
Dim instance As BpmPropertyLongText
Dim value As BpmProperty
instance.CopyFrom(value)
public override void CopyFrom(
BpmProperty value
)
Parameters
value
Type: Microsoft.PerformancePoint.Scorecards.BpmPropertyThe property to copy from.