WmiDataReaderTask.ExecutionValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an Object that contains the results of the WmiDataReaderTask 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 return value of this property is the Output property of the task, and is needs to be compatible with the OutputType.