TopBomIniHelper.AttributeQs.Parameters Property

QsInformatica.Utils

TopBomIniHelperAttributeQsParameters Property

[Missing <summary> documentation for "P:QsInformatica.Utils.TopBomIniHelper.AttributeQs.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; set; }
Public Property Parameters As Dictionary(Of String, String)
	Get
	Set
public:
property Dictionary<String^, String^>^ Parameters {
	Dictionary<String^, String^>^ get ();
	void set (Dictionary<String^, String^>^ value);
}
member Parameters : Dictionary<string, string> with get, set

Property Value

Type: DictionaryString, String
See Also