DictUtilsfileName Property

The full path (including file name) to the configuration file

Definition

Namespace: MbcsUtils
Assembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
VB
Public Property fileName As String
	Get
	Set

Dim instance As DictUtils
Dim value As String

value = instance.fileName
instance.fileName = value

Property Value

String
Full path

Return Value

String
Configuration file path

See Also