InstallationBehavior.Impact Property
Applies To: Windows Server Update Services
The installation impact of the update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public InstallationImpact Impact { get; set; }
public:
property InstallationImpact Impact {
InstallationImpact get();
void set(InstallationImpact value);
}
member Impact : InstallationImpact with get, set
Public Property Impact As InstallationImpact
Property Value
Type: Microsoft.UpdateServices.Administration.InstallationImpact
A value indicating the installation impact of the update.
See Also
InstallationBehavior Class
Microsoft.UpdateServices.Administration Namespace
Return to top