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