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

Usage

Visual Basic
Dim name As String
Dim value As Object

Dim instance As New Argument(name, value)

Syntax

Visual Basic
Public Sub New ( _
		name As String, _
		value As Object _
)
C#
public Argument (
		string name,
		Object value
)
C++
public:
Argument (
		String^ name, 
		Object^ value
)
J#
public Argument (
		String name, 
		Object value
)
JScript
public function Argument (
		name : String, 
		value : Object
)

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also