ISubscriptionEvent.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; otherwise false.

See Also

ISubscriptionEvent Interface
Microsoft.UpdateServices.Administration Namespace

Return to top