Public Property logFileName As String Get Set Dim instance As LogClass Dim value As String value = instance.logFileName instance.logFileName = value
In This Article