GetDynamicValueProperty<T>.Source プロパティ

 

読み取り元の DynamicValue を取得または設定します。

名前空間:   Microsoft.Activities
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

構文

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

プロパティ値

Type: System.Activities.InArgument<DynamicValue>

ソース DynamicValue を返します。

参照

GetDynamicValueProperty<T> クラス
Microsoft.Activities 名前空間

トップに戻る