FileName
This instance property indicates the name of the BFILE
.
Declaration
// C# public string FileName {get;set}
Property Value
A string
that contains the BFILE
name.
Exceptions
ObjectDisposedException
- The object is already disposed.
InvalidOperationException
- The value of the DirectoryName
changed while the BFILE
is open.
Remarks
The maximum length of a FileName
is 255 bytes.
Changing the FileName
property while the BFILE
object is opened causes an exception.