次の方法で共有


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

エラー ページの文字列タイトル。

適用対象