This variable is used to pass parameters to the SCOPE script.
The key of each entry is the parameter name, and the value of each entry is the parameter
value. If you do not have any parameters, pass null.
Default is null.
Namespace: ScopeClientAssembly: Scope (in Scope.exe) Version: 10.2.0.0 (10.2.2.0)
Syntax
C# |
---|
public Dictionary<string, string> Parameters { get; set; } |
Visual Basic |
---|
Public Property Parameters As Dictionary(Of String, String)
Get
Set |
Visual C++ |
---|
public:
property Dictionary<String^, String^>^ Parameters {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
} |
See Also