다음을 통해 공유


OutgoingWebResponseContext.StatusDescription 속성

정의

보내는 웹 응답의 상태 설명을 가져오거나 설정합니다.

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

보내는 웹 응답의 상태 설명입니다.

적용 대상