IUpdate.State Property

 

Applies To: Windows Server Update Services

Gets the current state of the update.

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

Syntax

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

Property Value

Type: Microsoft.UpdateServices.Administration.UpdateState

The current state of the update. For example, the update is ready to install or the update is waiting for license agreement to download before it can be approved. For a list of possible values, see UpdateState.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top