SetDynamicValueProperty.Source Property

 

Gets or sets the source.

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

Syntax

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

Property Value

Type: System.Activities.InArgument<DynamicValue>

The source.

See Also

SetDynamicValueProperty Class
Microsoft.Activities Namespace

Return to top