HttpGet.ResponseStatusCode プロパティ

 

応答メッセージのステータス コードを取得または設定します。

名前空間:   Microsoft.Activities.Messaging
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

構文

[DefaultValueAttribute(null)]
public OutArgument<HttpStatusCode> ResponseStatusCode {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
property OutArgument<HttpStatusCode>^ ResponseStatusCode {
    [CompilerGeneratedAttribute]
    OutArgument<HttpStatusCode>^ get();
    [CompilerGeneratedAttribute]
    void set(OutArgument<HttpStatusCode>^ value);
}
[<DefaultValueAttribute(null)>]
member ResponseStatusCode : OutArgument<HttpStatusCode> with get, set
<DefaultValueAttribute(Nothing)>
Public Property ResponseStatusCode As OutArgument(Of HttpStatusCode)

プロパティ値

Type: System.Activities.OutArgument<HttpStatusCode>

応答メッセージのステータス コード。

参照

HttpGet クラス
Microsoft.Activities.Messaging 名前空間

トップに戻る