GetDynamicValueProperty<'T> Constructor
Initializes a new instance of the GetDynamicValueProperty<'T> class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | GetDynamicValueProperty<'T>() | Initializes a new instance of the GetDynamicValueProperty<'T> class. |
![]() | GetDynamicValueProperty<'T>(InArgument<DynamicValue>) | Initializes a new instance of the GetDynamicValueProperty<'T> class. |
![]() | GetDynamicValueProperty<'T>(InArgument<DynamicValue>, InArgument<String>) | Initializes a new instance of the GetDynamicValueProperty<'T> class. |
GetDynamicValueProperty<'T> Constructor ()
Initializes a new instance of the GetDynamicValueProperty<'T> class.
GetDynamicValueProperty<'T> Constructor (InArgument<DynamicValue>)
Initializes a new instance of the GetDynamicValueProperty<'T> class.
Parameters
- source
-
Type:
System.Activities.InArgument<DynamicValue>
The DynamicValue from which to read.
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.
Show:
