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


Свойство IsEmptyDynamicValue.Input

 

Получает или задает целевое DynamicValue.

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

Синтаксис

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

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

Type: System.Activities.InArgument<DynamicValue>

Возвращает целевое DynamicValue.

См. также

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

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