IUpdateInstallationInfo.UpdateInstallationState Property

 

Applies To: Windows Server Update Services

Gets the of the update installation state reported by the client computer.

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

Syntax

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

Property Value

Type: Microsoft.UpdateServices.Administration.UpdateInstallationState

The update installation state reported by the client computer. For possible values, see UpdateInstallationState.

See Also

IUpdateInstallationInfo Interface
Microsoft.UpdateServices.Administration Namespace

Return to top