EnterpriseManagementObjectProjection.GetCopy Method

Creates a deep copy of this projection.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As EnterpriseManagementObjectProjection
Dim returnValue As EnterpriseManagementObjectProjection

returnValue = instance.GetCopy

Syntax

'Declaration
Public Function GetCopy As EnterpriseManagementObjectProjection
public EnterpriseManagementObjectProjection GetCopy ()
public:
EnterpriseManagementObjectProjection^ GetCopy ()
public EnterpriseManagementObjectProjection GetCopy ()
public function GetCopy () : EnterpriseManagementObjectProjection

Return Value

The copied projection.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

EnterpriseManagementObjectProjection Class
EnterpriseManagementObjectProjection Members
Microsoft.EnterpriseManagement.Common Namespace