IWmiEventWatcherTask.WmiConnection プロパティ

定義

タスクに関連付けられたWMI接続の名前を取得するか設定します。

public:
 property System::String ^ WmiConnection { System::String ^ get(); void set(System::String ^ value); };
public string WmiConnection { get; set; }
member this.WmiConnection : string with get, set
Public Property WmiConnection As String

プロパティ値

タスクに関連するWMI接続の名前。

適用対象