WmiDataReaderTask.Output 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 or sets an Object that contains the results of the WmiDataReaderTask task.
public:
property System::Object ^ Output { System::Object ^ get(); void set(System::Object ^ value); };
public object Output { get; set; }
member this.Output : obj with get, set
Public Property Output As Object
Property Value
An Object that contains the results of the task.
Implements
Remarks
The Output property provides direct access to the output of the task, depending on the OutputType value specified in OutputType. If OutputType is set to DataTable, then this property contains a boxed reference to the DataTable returned by WMI. Otherwise, this property contains a boxed reference to the String
returned by WMI.