Get or set the parameters to pass into the job

Namespace: BrightstarDB.Dto
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public Dictionary<string, string> JobParameters { get; set; }
Visual Basic
Public Property JobParameters As Dictionary(Of String, String)
	Get
	Set
Visual C++
public:
property Dictionary<String^, String^>^ JobParameters {
	Dictionary<String^, String^>^ get ();
	void set (Dictionary<String^, String^>^ value);
}
F#
member JobParameters : Dictionary<string, string> with get, set

Property Value

Type: Dictionary<(Of <(<'String, String>)>)>

See Also