GetDynamicValueProperties::Properties Property

 

Gets or sets the set of property names to retrieve and the locations to store them.

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

public:
property IDictionary<String^, OutArgument^>^ Properties {
	IDictionary<String^, OutArgument^>^ get();
	void set(IDictionary<String^, OutArgument^>^ value);
}

Property Value

Type: System.Collections.Generic::IDictionary<String^, OutArgument^>^

Returns the configured set of property names and location references.

Return to top
Show: