Click or drag to resize
UpdateConfigActionActions Property
Dictionary of the action's desired operations where Map keys contain:
action,cat,var,value,match pairs followed by -XXXXXX, and the values contain the values for those keys. This method will typically only be used by the ActionBuilder to generate the actual strings to be sent to the manager interface.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Dictionary<string, string> Actions { get; }

Property Value

Type: DictionaryString, String
See Also