FeedResourceResponse.StatusCode 属性

定义

获取响应的 HTTP 状态代码。

public:
 property int StatusCode { int get(); };
int StatusCode();
public int StatusCode { get; }
var int32 = feedResourceResponse.statusCode;
Public ReadOnly Property StatusCode As Integer

属性值

Int32

int

响应的 HTTP 状态代码。

注解

使用类构造函数设置此属性的值。

适用于