GetDynamicValueProperty<'T> Constructor

 

Initializes a new instance of the GetDynamicValueProperty<'T> class.

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

Return to top

GetDynamicValueProperty<'T> Constructor ()

Initializes a new instance of the GetDynamicValueProperty<'T> class.

new : unit -> GetDynamicValueProperty
Return to top

GetDynamicValueProperty<'T> Constructor (InArgument<DynamicValue>)

Initializes a new instance of the GetDynamicValueProperty<'T> class.

new : 
        source:InArgument<DynamicValue> -> GetDynamicValueProperty

Parameters

source
Type: System.Activities.InArgument<DynamicValue>

The DynamicValue from which to read.

Return to top

GetDynamicValueProperty<'T> Constructor (InArgument<DynamicValue>, InArgument<String>)

Initializes a new instance of the GetDynamicValueProperty<'T> class.

new : 
        source:InArgument<DynamicValue> *
        propertyName:InArgument<string> -> GetDynamicValueProperty

Parameters

source
Type: System.Activities.InArgument<DynamicValue>

The DynamicValue from which to read.

propertyName
Type: System.Activities.InArgument<String>

The name and path of the property to retrieve.

Return to top
Show: