Share via


WindowsInstallerPatchItem.InstallCommandLine Property

 

Applies To: Windows Server Update Services

Gets or sets the install command line.

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

Syntax

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

Property Value

Type: System.String

The command line to use during install.

See Also

WindowsInstallerPatchItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top