Share via


SystemUpdateItem.State Property

Definition

State of the current update item.

public:
 property SystemUpdateItemState State { SystemUpdateItemState get(); };
SystemUpdateItemState State();
public SystemUpdateItemState State { get; }
var systemUpdateItemState = systemUpdateItem.state;
Public ReadOnly Property State As SystemUpdateItemState

Property Value

State of the current update item.

Applies to

See also