IErrorPage.ErrorTitle 属性

定义

获取或设置错误页的字符串标题。

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

属性值

String

错误页的字符串标题。

适用于