IUpdateEvent.ErrorCode Property
Applies To: Windows Server Update Services
Gets the error code returned by the client when the client event represents a failure.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
int ErrorCode { get; }
property int ErrorCode {
int get();
}
abstract ErrorCode : int with get
ReadOnly Property ErrorCode As Integer
Property Value
Type: System.Int32
Error code that is returned by the client when the client event represents a failure. The error code is an HRESULT value.
See Also
IUpdateEvent Interface
Microsoft.UpdateServices.Administration Namespace
Return to top