ContainsDynamicValueProperty Constructor

 

Initializes a new instance of the ContainsDynamicValueProperty class.

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

Return to top

ContainsDynamicValueProperty Constructor ()

Initializes a new instance of the ContainsDynamicValueProperty class.

public ContainsDynamicValueProperty()
Return to top

ContainsDynamicValueProperty Constructor (InArgument<DynamicValue>, InArgument<String>)

Initializes a new instance of the ContainsDynamicValueProperty class.

public ContainsDynamicValueProperty(
	InArgument<DynamicValue> source,
	InArgument<string> propertyName
)

Parameters

source
Type: System.Activities.InArgument<DynamicValue>

The source DynamicValue.

propertyName
Type: System.Activities.InArgument<String>

The property name to search for.

Return to top
Show: