Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the error reporting callback function.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public WriteErrorCallback WriteError { set; }
public:
property WriteErrorCallback^ WriteError {
void set(WriteErrorCallback^ value);
}
member WriteError : WriteErrorCallback with set
Public WriteOnly Property WriteError As WriteErrorCallback
Property Value
Type: Microsoft.Management.Infrastructure.Options.WriteErrorCallback
The error reporting callback function.
See Also
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top