InstallBehavior.Impact Property
Applies To: Windows Server Update Services
Gets or sets the impact of this action.
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
The InstallationImpact of applying an update with this action.
See Also
InstallBehavior Class
Microsoft.UpdateServices.Administration Namespace
Return to top