Arguments.Parameters Property

QsInformatica.Utils

ArgumentsParameters Property

[Missing <summary> documentation for "P:QsInformatica.Utils.Arguments.Parameters"]

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public Dictionary<string, string> Parameters { get; }
Public ReadOnly Property Parameters As Dictionary(Of String, String)
	Get
public:
property Dictionary<String^, String^>^ Parameters {
	Dictionary<String^, String^>^ get ();
}
member Parameters : Dictionary<string, string> with get

Property Value

Type: DictionaryString, String
See Also