| TopBomIniHelperManagementINIGetBomsDefined Method |
Ritorna un dizionario chiave valore della sezione "bom.idx"
Un elemento è della forma: (bom_n_, Nome_Distinta)
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public Dictionary<string, string> GetBomsDefined()
Public Function GetBomsDefined As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ GetBomsDefined()
member GetBomsDefined : unit -> Dictionary<string, string>
Return Value
Type:
DictionaryString,
StringOn error returns nothing
See Also