ContainsDynamicValueProperty.Source Property

 

Gets or sets the source DynamicValue.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

[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)

Property Value

Type: System.Activities.InArgument<DynamicValue>

Returns the source DynamicValue.

See Also

ContainsDynamicValueProperty Class
Microsoft.Activities Namespace

Return to top