OperationResponse.StatusCode 속성

정의

파생 클래스에서 재정의된 경우 단일 작업과 연관된 HTTP 응답 코드를 가져오거나 설정합니다.

public:
 property int StatusCode { int get(); };
public int StatusCode { get; }
member this.StatusCode : int
Public ReadOnly Property StatusCode As Integer

속성 값

응답 코드를 포함하는 정수 값입니다.

적용 대상