SetDynamicValueProperty Constructor
Initializes a new instance of the SetDynamicValueProperty class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | SetDynamicValueProperty() | Initializes a new instance of the SetDynamicValueProperty class. |
![]() | SetDynamicValueProperty(InArgument<DynamicValue^>^, InArgument<String^>^, InArgument^) | Initializes a new instance of the SetDynamicValueProperty class. |
SetDynamicValueProperty Constructor ()
Initializes a new instance of the SetDynamicValueProperty class.
SetDynamicValueProperty Constructor (InArgument<DynamicValue^>^, InArgument<String^>^, InArgument^)
Initializes a new instance of the SetDynamicValueProperty class.
public:
SetDynamicValueProperty(
InArgument<DynamicValue^>^ source,
InArgument<String^>^ propertyName,
InArgument^ propertyValue
)
Parameters
- source
-
Type:
System.Activities::InArgument<DynamicValue^>^
The source.
- propertyName
-
Type:
System.Activities::InArgument<String^>^
The property name.
- propertyValue
-
Type:
System.Activities::InArgument^
The property value.
Show:
