Share via


CimOperationOptions.ReportOperationStarted Property

 

Gets or sets the flag that determines whether to report that the operation has started.

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

Syntax

public bool ReportOperationStarted { get; }
public:
property bool ReportOperationStarted {
    bool get();
}
member ReportOperationStarted : bool with get
Public ReadOnly Property ReportOperationStarted As Boolean

Property Value

Type: System.Boolean

True to report that the operation has started; otherwise False.

See Also

CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top