ServiceHealthSection.Title 属性

定义

获取或设置该部分标题。

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

属性值

节标题。

例外

设置操作中的字符串为 nullEmpty,或仅由空白字符组成。

适用于