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 write message callback function.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public WriteMessageCallback WriteMessage { set; }
public:
property WriteMessageCallback^ WriteMessage {
void set(WriteMessageCallback^ value);
}
member WriteMessage : WriteMessageCallback with set
Public WriteOnly Property WriteMessage As WriteMessageCallback
Property Value
Type: Microsoft.Management.Infrastructure.Options.WriteMessageCallback
The write message callback function.
See Also
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top