WmiDataReaderTask.Destination プロパティ

定義

WmiDataReaderTaskの宛先名を取得するか設定します。

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

プロパティ値

宛先の名前を含む文字列です。

実装

注釈

このプロパティの値は、 DestinationType プロパティの値によって異なります。 DestinationTypeでサポートされる値の詳細については、DestinationTypeを参照してください。

適用対象