Share via


SetDynamicValueProperty Constructor

 

Initializes a new instance of the SetDynamicValueProperty class.

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

Overload List

Name Description
System_CAPS_pubmethod SetDynamicValueProperty()

Initializes a new instance of the SetDynamicValueProperty class.

System_CAPS_pubmethod SetDynamicValueProperty(InArgument<DynamicValue>, InArgument<String>, InArgument)

Initializes a new instance of the SetDynamicValueProperty class.

See Also

SetDynamicValueProperty Class
Microsoft.Activities Namespace

Return to top

SetDynamicValueProperty Constructor ()

Initializes a new instance of the SetDynamicValueProperty class.

Syntax

public SetDynamicValueProperty()
public:
SetDynamicValueProperty()
new : unit -> SetDynamicValueProperty
Public Sub New

Return to top

SetDynamicValueProperty Constructor (InArgument<DynamicValue>, InArgument<String>, InArgument)

Initializes a new instance of the SetDynamicValueProperty class.

Syntax

public SetDynamicValueProperty(
    InArgument<DynamicValue> source,
    InArgument<string> propertyName,
    InArgument propertyValue
)
public:
SetDynamicValueProperty(
    InArgument<DynamicValue^>^ source,
    InArgument<String^>^ propertyName,
    InArgument^ propertyValue
)
new : 
        source:InArgument<DynamicValue> *
        propertyName:InArgument<string> *
        propertyValue:InArgument -> SetDynamicValueProperty
Public Sub New (
    source As InArgument(Of DynamicValue),
    propertyName As InArgument(Of String),
    propertyValue As InArgument
)

Parameters

Return to top