次の方法で共有


OutgoingWebResponseContext.StatusDescription プロパティ

定義

送信 Web 応答のステータスの説明を取得または設定します。

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

プロパティ値

String

送信 Web 応答のステータスの説明。

適用対象