共用方式為


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 或只由空白字元組成。

適用於