ContainsDynamicValueProperty Constructor
Initializes a new instance of the ContainsDynamicValueProperty class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | ContainsDynamicValueProperty() | Initializes a new instance of the ContainsDynamicValueProperty class. |
![]() | ContainsDynamicValueProperty(InArgument<DynamicValue>, InArgument<String>) | Initializes a new instance of the ContainsDynamicValueProperty class. |
ContainsDynamicValueProperty Constructor ()
Initializes a new instance of the ContainsDynamicValueProperty class.
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.
Show:
