SetDynamicValueProperties::Source Property

 

Gets or sets the attribute source.

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

public:
[DefaultValueAttribute(null)]
property InArgument<DynamicValue^>^ Source {
	[CompilerGeneratedAttribute]
	InArgument<DynamicValue^>^ get();
	[CompilerGeneratedAttribute]
	void set(InArgument<DynamicValue^>^ value);
}

Property Value

Type: System.Activities::InArgument<DynamicValue^>^

The attribute source.

Return to top
Show: