ActionItemBaseTAction, TCollectionDefaultVariables Property
Get a reference to the collection of default variables assigned to this
action.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public NameValueCollection DefaultVariables { get; }
Public ReadOnly Property DefaultVariables As NameValueCollection
Get
No code example is currently available or this language may not be supported.
Property Value
NameValueCollection
This property is not inheritable. However, variables from parent
levels are retrieved when calling the GetVariable function.