ServiceHealthData.Key プロパティ

定義

この ServiceHealthData 項目のキーを取得または設定します。

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

プロパティ値

この ServiceHealthData アイテムのキー。

例外

設定操作では、キーの値は null か、または空白文字のみで構成された値とします。

適用対象