CommandLineItem.Arguments Property

 

Applies To: Windows Server Update Services

Gets or sets the arguments to pass to the executable.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public string Arguments { get; set; }
public:
property String^ Arguments {
    String^ get();
    void set(String^ value);
}
member Arguments : string with get, set
Public Property Arguments As String

Property Value

Type: System.String

The command line arguments to pass to the executable.

See Also

CommandLineItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top