SetDynamicValueProperties.Source 属性

 

获取或设置属性源。

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

语法

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

属性值

Type: System.Activities.InArgument<DynamicValue>

属性源。

请参阅

SetDynamicValueProperties 类
Microsoft.Activities 命名空间

返回页首