GetDynamicValueProperties.Source 属性

 

获取或设置要从中进行读取的 DynamicValue。

命名空间:   Microsoft.Activities
程序集:  Microsoft.Activities(Microsoft.Activities.dll 中)

语法

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

属性值

Type: System.Activities.InArgument<DynamicValue>

返回源 DynamicValue。

请参阅

GetDynamicValueProperties 类
Microsoft.Activities 命名空间

返回页首