FileName Property (XFile)
In This Topic
Gets the name of the file.
Syntax
'Declaration
Public ReadOnly Property FileName As String
'Usage
Dim instance As XFile
Dim value As String
value = instance.FileName
public string FileName {get;}
Property Value
The name of the file.
See Also