IWmiDataReaderTask.Output Property

Definition

Gets or sets an object that contains the results of the 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.

Applies to