Поделиться через


Свойство BuildDynamicValue.Result

 

Получает или задает конечное DynamicValue.

Пространство имен:   Microsoft.Activities
Сборка:  Microsoft.Activities (в Microsoft.Activities.dll)

Синтаксис

[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)

Значение свойства

Type: System.Activities.InOutArgument<DynamicValue>

Возвращает построенное DynamicValue.

См. также

BuildDynamicValue - класс
Microsoft.Activities - пространство имен

Вернуться в начало