Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server Update Services
Get/Set Unintall command.
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 pass during uninstall.
See Also
WindowsInstallerItem Class
Microsoft.UpdateServices.Administration Namespace
Return to top