Difference between revisions of "Activity:GetProxyKeyValue (Activity)"
(Created page with "{{ActivityInfoBox | title = Get Proxy Key Value | name = GetProxyKeyValue | image = | imagecaption = Activity GetProxyKeyValue | purpose = Get key value from proxy | categor...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | The GetProxyKeyValue activity returns the value of the specified external key property of a proxy objects. | ||
+ | |||
+ | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Get Proxy Key Value | | title = Get Proxy Key Value | ||
Line 9: | Line 12: | ||
| version = 2.3+ | | version = 2.3+ | ||
}} | }} | ||
− | |||
− | ==Arguments== | + | ===Arguments=== |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
Line 22: | Line 24: | ||
| Result || {{Boolean_MSDN}} || Out || True if successfull | | Result || {{Boolean_MSDN}} || Out || True if successfull | ||
|- align="left" | |- align="left" | ||
− | | Value || T || Out || The key value | + | | Value || T || Out || The key value (generic type) |
|} | |} | ||
− | ==Usage== | + | ===Usage=== |
This activity returns the value of the key property '''KeyName'''. The data type of the return value has to be specified as generic type argument. | This activity returns the value of the key property '''KeyName'''. The data type of the return value has to be specified as generic type argument. | ||
+ | |||
+ | <!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS --> | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | + | [[Category:Activities|GetProxyKeyValue (Activity)]] | |
− | [[Category:Activities]] | + | [[Category:Interfacing|GetProxyKeyValue (Activity)]] |
− | [[Category:Interfacing]] | + |
Latest revision as of 09:58, 4 November 2015
The GetProxyKeyValue activity returns the value of the specified external key property of a proxy objects.