Gets or sets command-line arguments for the executable. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ExecutableDescription
Dim value As String

value = instance.Parameters

instance.Parameters = value

Syntax

Visual Basic
<XmlElementAttribute("Parameters", IsNullable:=False)> _
Public Property Parameters As String
C#
[XmlElementAttribute("Parameters", IsNullable=false)] 
public string Parameters { get; set; }
C++
[XmlElementAttribute(L"Parameters", IsNullable=false)] 
public:
property String^ Parameters {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_Parameters ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_Parameters (String value)
JScript
DebuggerStepThroughAttribute 
public function get Parameters () : String

DebuggerStepThroughAttribute 
public function set Parameters (value : String)

Property Value

Argument string.

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 Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also