Share via


CimOperationOptions.WriteErrorMode Property

 

Gets or sets the error reporting mode.

Namespace:   Microsoft.Management.Infrastructure.Options
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public CimCallbackMode WriteErrorMode { get; set; }
public:
property CimCallbackMode WriteErrorMode {
    CimCallbackMode get();
    void set(CimCallbackMode value);
}
member WriteErrorMode : CimCallbackMode with get, set
Public Property WriteErrorMode As CimCallbackMode

Property Value

Type: Microsoft.Management.Infrastructure.Options.CimCallbackMode

A value of the CimCallbackMode enumeration that specifies the CIM callback mode for the CIM operation options. This can be either none, report, inquire, or ignore.

See Also

CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top