Public Property Filename As String
Dim instance As FormSetFile Dim value As String instance.Filename = value value = instance.Filename
public string Filename {get; set;}
Public Property Filename As String
Dim instance As FormSetFile Dim value As String instance.Filename = value value = instance.Filename
public string Filename {get; set;}
You should set this property to the filename of the form set file before you call the Read, Write, or Lock methods. The file must exist before you call the Read method. However, if the file does not exist, but the folder that contains it does exist, the Lock method will automatically create the file.
If you set this property to an invalid filename, this object will not detect and notify you of that error until you try to lock or read from the file.
Valid value: any valid absolute (not relative) filename, including files which contain characters outside the English character set.
Default value: ""