GetODataProperties.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 IDictionary<string, OutArgument> Properties { get; set; }

Property Value

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

The configured set of property names and location references.

Return to top
Show: