Difference between revisions of "Activity:GetProxyKeyValue (Activity)"
m (moved GetProxyKeyValue (Activity) to GetProxyKeyValue (Activity): Text replacement - "(.*)\(Activity\)" to "Activity:$1(Activity)") |
|||
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 25: | Line 27: | ||
|} | |} | ||
− | ==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.