WmiDataReaderTask.Output Property

Definition

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.

Applies to