HttpSend.RequestContent プロパティ

 

要求メッセージのコンテンツを取得または設定します。

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

構文

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

プロパティ値

Type: System.Activities.InArgument

要求メッセージのコンテンツ。

参照

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

トップに戻る