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 type As Type
Dim value As Object
Dim instance As New Argument(name, type, value)
|
Syntax
Visual Basic |
Public Sub New ( _
name As String, _
type As Type, _
value As Object _
)
|
C# |
public Argument (
string name,
Type type,
Object value
)
|
C++ |
public:
Argument (
String^ name,
Type^ type,
Object^ value
)
|
J# |
public Argument (
String name,
Type type,
Object value
)
|
JScript |
public function Argument (
name : String,
type : Type,
value : Object
)
|
Remarks
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also