[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Creates a new instance of an ApprovedHealthServicesForDistribution class with values from the copy parameter. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim copy As ApprovedHealthServicesForDistribution(Of T)

Dim instance As New ApprovedHealthServicesForDistribution(Of T)(copy)

Syntax

Visual Basic
Public Sub New ( _
		copy As ApprovedHealthServicesForDistribution(Of T) _
)
C#
public ApprovedHealthServicesForDistribution (
		ApprovedHealthServicesForDistribution<T> copy
)
C++
public:
ApprovedHealthServicesForDistribution (
		ApprovedHealthServicesForDistribution<T>^ copy
)
J#
public ApprovedHealthServicesForDistribution (
		ApprovedHealthServicesForDistribution<T> copy
)
JScript
public function ApprovedHealthServicesForDistribution (
		copy : ApprovedHealthServicesForDistribution<T>
)

Parameters

copy

Type: ApprovedHealthServicesForDistribution

The object to copy.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also