WindowsInstallerPatchItem.UninstallCommandLine Property
Applies To: Windows Server Update Services
Gets or sets the uninstall command line.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public string UninstallCommandLine { get; set; }
public:
property String^ UninstallCommandLine {
String^ get();
void set(String^ value);
}
member UninstallCommandLine : string with get, set
Public Property UninstallCommandLine As String
Property Value
Type: System.String
The command line to use during uninstall.
See Also
WindowsInstallerPatchItem Class
Microsoft.UpdateServices.Administration Namespace
Return to top