SetDynamicValueProperties Constructor

 

Initializes a new instance of the SetDynamicValueProperties class.

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

NameDescription
System_CAPS_pubmethodSetDynamicValueProperties()

Initializes a new instance of the SetDynamicValueProperties class.

System_CAPS_pubmethodSetDynamicValueProperties(InArgument<DynamicValue^>^)

Initializes a new instance of the SetDynamicValueProperties class.

Return to top

SetDynamicValueProperties Constructor ()

Initializes a new instance of the SetDynamicValueProperties class.

public:
SetDynamicValueProperties()
Return to top

SetDynamicValueProperties Constructor (InArgument<DynamicValue^>^)

Initializes a new instance of the SetDynamicValueProperties class.

public:
SetDynamicValueProperties(
	InArgument<DynamicValue^>^ source
)

Parameters

source
Type: System.Activities::InArgument<DynamicValue^>^

The attribute source.

Return to top
Show: