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

属性值

String

此项的键 ServiceHealthData

例外

在设置操作中,密钥值为 null 或仅由空格字符组成。

适用于