CreateMessageFromDynamicValue.Action プロパティ

メッセージの処理方法のアクションを取得または設定します。

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

構文

'宣言
Public Property Action As InArgument(Of String)
    Get 
    Set
'使用
Dim instance As CreateMessageFromDynamicValue 
Dim value As InArgument(Of String)

value = instance.Action

instance.Action = value
public InArgument<string> Action { get; set; }
public:
property InArgument<String^>^ Action {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
member Action : InArgument<string> with get, set
function get Action () : InArgument<String>
function set Action (value : InArgument<String>)

プロパティ値

型: System.Activities.InArgument<String>
メッセージの処理方法のアクション。

関連項目

参照

CreateMessageFromDynamicValue クラス

Microsoft.Activities 名前空間