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 命名空间

返回页首