EndPoint Constructor (EndPoint)
Initializes a new instance of the EndPoint class based on another EndPoint object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
endPoint As EndPoint _
)
'Usage
Dim endPoint As EndPoint
Dim instance As New EndPoint(endPoint)
public EndPoint(
EndPoint endPoint
)
Parameters
endPoint
Type: Microsoft.PerformancePoint.Scorecards.EndPointThe object to copy.