IWmiDataReaderTask.Output プロパティ

定義

タスクの結果を含むオブジェクトを取得したり設定したりします。

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

プロパティ値

タスクの結果を含むオブジェクト。

適用対象