DictUtilsgetConfigs Method

Returns the entire configuration file

Definition

Namespace: MbcsUtils
Assembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
VB
Public Function getConfigs As Integer

Dim instance As DictUtils
Dim returnValue As Integer

returnValue = instance.getConfigs()

Return Value

Int32
Entire Configuration File

Remarks

To avoid duplicate values you should pass an empty dictionary object

See Also