Gets and sets the property Args. 
            
The arguments of those commands that take arguments. It should be set to a JSON object with the following format:
 CopyC#
CopyC#{"arg_name":["value1", "value2", ...]}
 Declaration Syntax
 Declaration Syntax| C# | 
public Dictionary<string, List<string>> Args { get; set; }