IUpdateEvent.Status Property

 

Applies To: Windows Server Update Services

Gets the installation status of the update at the time this event was recorded.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

InstallationStatus Status { get; }
property InstallationStatus Status {
    InstallationStatus get();
}
abstract Status : InstallationStatus with get
ReadOnly Property Status As InstallationStatus

Property Value

Type: Microsoft.UpdateServices.Administration.InstallationStatus

The installation status of the update at the time this event was recorded. For example, the update succeeded. For possible values, see InstallationStatus.

See Also

IUpdateEvent Interface
Microsoft.UpdateServices.Administration Namespace

Return to top