WindowsInstallerItem.InstallCommandLine Property
Applies To: Windows Server Update Services
Get/Set Install command
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 pass during install.
See Also
WindowsInstallerItem Class
Microsoft.UpdateServices.Administration Namespace
Return to top