Share via


SystemUpdateLastErrorInfo.State Property

Definition

SystemUpdateManager state when the last error occurred.

public:
 property SystemUpdateManagerState State { SystemUpdateManagerState get(); };
SystemUpdateManagerState State();
public SystemUpdateManagerState State { get; }
var systemUpdateManagerState = systemUpdateLastErrorInfo.state;
Public ReadOnly Property State As SystemUpdateManagerState

Property Value

SystemUpdateManager state when the last error occurred.

Applies to

See also