ApprovedHealthServicesForDistribution Constructor (Generic ApprovedHealthServicesForDistribution)
Creates a new instance of the ApprovedHealthServicesForDistribution class by using values from the copy parameter.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim copy As ApprovedHealthServicesForDistribution(Of T)
Dim instance As New ApprovedHealthServicesForDistribution(Of T)(copy)
Syntax
'Declaration
Public Sub New ( _
copy As ApprovedHealthServicesForDistribution(Of T) _
)
public ApprovedHealthServicesForDistribution (
ApprovedHealthServicesForDistribution<T> copy
)
public:
ApprovedHealthServicesForDistribution (
ApprovedHealthServicesForDistribution<T>^ copy
)
public ApprovedHealthServicesForDistribution (
ApprovedHealthServicesForDistribution<T> copy
)
public function ApprovedHealthServicesForDistribution (
copy : ApprovedHealthServicesForDistribution<T>
)
Parameters
- copy
The object to copy.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ApprovedHealthServicesForDistribution Generic Class
ApprovedHealthServicesForDistribution Members
Microsoft.EnterpriseManagement Namespace