SetDynamicValueProperty Constructor

 

Initializes a new instance of the SetDynamicValueProperty class.

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

Return to top

SetDynamicValueProperty Constructor ()

Initializes a new instance of the SetDynamicValueProperty class.

public:
SetDynamicValueProperty()
Return to top

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.

Return to top
Show: