Share via


IUpdateEvent.IsError Property

 

Applies To: Windows Server Update Services

Gets whether the event represents an error.

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

Syntax

bool IsError { get; }
property bool IsError {
    bool get();
}
abstract IsError : bool with get
ReadOnly Property IsError As Boolean

Property Value

Type: System.Boolean

true if the event represents an error, otherwis, false.

Remarks

To get the error code that is associated with the error, call ErrorCode.

See Also

IUpdateEvent Interface
Microsoft.UpdateServices.Administration Namespace

Return to top