Share via


Proprietà CreateMessageFromDynamicValue.Action

Ottiene o imposta l'azione della modalità di elaborazione del messaggio.

Spazio dei nomi  Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Sintassi

'Dichiarazione
Public Property Action As InArgument(Of String)
    Get 
    Set
'Utilizzo
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>)

Valore proprietà

Tipo: System.Activities.InArgument<String>
Azione della modalità di elaborazione del messaggio.

Vedere anche

Riferimento

CreateMessageFromDynamicValue Classe

Spazio dei nomi Microsoft.Activities