Share via


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」を参照してください。

適用対象