Initializes a new instance of the ContentRef Class.Initializes a new instance of the ContentRef Class.Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim src As ContentRef

Dim instance As New ContentRef(src)

Syntax

Visual Basic
Public Sub New ( _
		src As ContentRef _
)
C#
public ContentRef (
		ContentRef src
)
C++
public:
ContentRef (
		ContentRef^ src
)
J#
public ContentRef (
		ContentRef src
)
JScript
public function ContentRef (
		src : ContentRef
)

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also