VariableItemCopy Method
Return a shallow copy of the caller's source variable.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static VariableItem Copy(
VariableItem source
)
Public Shared Function Copy (
source As VariableItem
) As VariableItem
No code example is currently available or this language may not be supported.
- source VariableItem
-
Reference to the source variable to be copied.
VariableItem
Reference to the newly copied variable.