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