LogClasslogFileName Property

Full path of logfile

Definition

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

Dim instance As LogClass
Dim value As String

value = instance.logFileName
instance.logFileName = value

Property Value

String
Logfile path

Return Value

String
Logfile path

See Also