CreateDynamicValue Constructor

 

Initializes a new instance of the CreateDynamicValue class.

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

NameDescription
System_CAPS_pubmethodCreateDynamicValue()

Initializes a new instance of the CreateDynamicValue class.

System_CAPS_pubmethodCreateDynamicValue(InArgument(Of String))

Initializes a new instance of the CreateDynamicValue class.

System_CAPS_pubmethodCreateDynamicValue(InArgument(Of String), InArgument)

Initializes a new instance of the CreateDynamicValue class.

Return to top

CreateDynamicValue Constructor ()

Initializes a new instance of the CreateDynamicValue class.

Public Sub New
Return to top

CreateDynamicValue Constructor (InArgument(Of String))

Initializes a new instance of the CreateDynamicValue class.

Public Sub New (
	propertyName As InArgument(Of String)
)

Parameters

propertyName
Type: System.Activities.InArgument(Of String)

The name of the property to add.

Return to top

CreateDynamicValue Constructor (InArgument(Of String), InArgument)

Initializes a new instance of the CreateDynamicValue class.

Public Sub New (
	propertyName As InArgument(Of String),
	propertyValue As InArgument
)

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.

Return to top
Show: