GetDynamicValueProperties.Source プロパティ

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

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

構文

'宣言
<RequiredArgumentAttribute> _
Public Property Source As InArgument(Of DynamicValue)
    Get 
    Set
'使用
Dim instance As GetDynamicValueProperties 
Dim value As InArgument(Of DynamicValue)

value = instance.Source

instance.Source = value
[RequiredArgumentAttribute]
public InArgument<DynamicValue> Source { get; set; }
[RequiredArgumentAttribute]
public:
property InArgument<DynamicValue^>^ Source {
    InArgument<DynamicValue^>^ get ();
    void set (InArgument<DynamicValue^>^ value);
}
[<RequiredArgumentAttribute>]
member Source : InArgument<DynamicValue> with get, set
function get Source () : InArgument<DynamicValue>
function set Source (value : InArgument<DynamicValue>)

プロパティ値

型: System.Activities.InArgument<DynamicValue>
ソース DynamicValue を返します。

関連項目

参照

GetDynamicValueProperties クラス

Microsoft.Activities 名前空間