WmiDataReaderTask.Destination プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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」を参照してください。