CimOperationOptions.WriteProgress Property
Sets the write progress callback function.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public WriteProgressCallback WriteProgress { set; }
public:
property WriteProgressCallback^ WriteProgress {
void set(WriteProgressCallback^ value);
}
member WriteProgress : WriteProgressCallback with set
Public WriteOnly Property WriteProgress As WriteProgressCallback
Property Value
Type: Microsoft.Management.Infrastructure.Options.WriteProgressCallback
The write progress callback function.
See Also
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top