ServiceHealthData.Key 属性

定义

获取或设置此 ServiceHealthData 项的密钥。Gets or sets the key of this ServiceHealthData item.

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

此项的键 ServiceHealthDataThe key of this ServiceHealthData item.

例外

在设置操作中,密钥值为 null 或仅由空格字符组成。In a set operation, the key value is null or consists only of whitespace characters.

适用于