| ArgumentsParameters Property |
[Missing <summary> documentation for "P:QsInformatica.Utils.Arguments.Parameters"]
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.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,
StringSee Also