OperationResponse.StatusCode 属性
定义
在派生类中重写时,获取或设置与单个操作相关联的 HTTP 响应代码。When overridden in a derived class, gets or sets the HTTP response code associated with a single operation.
public:
property int StatusCode { int get(); };
public int StatusCode { get; }
member this.StatusCode : int
Public ReadOnly Property StatusCode As Integer
属性值
包含响应代码的整数值。Integer value that contains response code.