Share via


Proprietà BuildDynamicValue.Result

 

Ottiene o imposta l'oggetto DynamicValue risultante.

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

Sintassi

[RequiredArgumentAttribute]
public InOutArgument<DynamicValue> Result {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[RequiredArgumentAttribute]
property InOutArgument<DynamicValue^>^ Result {
    [CompilerGeneratedAttribute]
    InOutArgument<DynamicValue^>^ get();
    [CompilerGeneratedAttribute]
    void set(InOutArgument<DynamicValue^>^ value);
}
[<RequiredArgumentAttribute>]
member Result : InOutArgument<DynamicValue> with get, set
<RequiredArgumentAttribute>
Public Property Result As InOutArgument(Of DynamicValue)

Valore proprietà

Type: System.Activities.InOutArgument<DynamicValue>

Restituisce l'oggetto DynamicValue creato.

Vedere anche

Classe BuildDynamicValue
Spazio dei nomi Microsoft.Activities

Torna all'inizio