GetODataProperties::Source Property

 

Gets or sets the source from which to read.

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

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

Property Value

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

The source from which to read.

Return to top
Show: