WmiEventWatcherTask.ExecutionValue Property

Definition

Gets an Object that contains the results of the WmiEventWatcherTask task.

public:
 virtual property System::Object ^ ExecutionValue { System::Object ^ get(); };
public override object ExecutionValue { get; }
member this.ExecutionValue : obj
Public Overrides ReadOnly Property ExecutionValue As Object

Property Value

An Object that contains the results of the task.

Remarks

The object returned contains a value, and that value is the same as the Integer value returned from the NumberOfEvents property.

Applies to