CreateDynamicValue Constructor
Initializes a new instance of the CreateDynamicValue class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | CreateDynamicValue() | Initializes a new instance of the CreateDynamicValue class. |
![]() | CreateDynamicValue(InArgument(Of String)) | Initializes a new instance of the CreateDynamicValue class. |
![]() | CreateDynamicValue(InArgument(Of String), InArgument) | Initializes a new instance of the CreateDynamicValue class. |
CreateDynamicValue Constructor ()
Initializes a new instance of the CreateDynamicValue class.
CreateDynamicValue Constructor (InArgument(Of String))
Initializes a new instance of the CreateDynamicValue class.
CreateDynamicValue Constructor (InArgument(Of String), InArgument)
Initializes a new instance of the CreateDynamicValue class.
Parameters
- propertyName
-
Type:
System.Activities.InArgument(Of String)
The name of the property to add.
- propertyValue
-
Type:
System.Activities.InArgument
The value of the property to add.
Show:
