.NET Framework Class Library
FileInfo.FileName Property
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > FileInfo Class > FileInfo Properties > FileInfo.FileName Property |
Returns the supplied file. File name or path will be null if Stream is supplied.
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public ReadOnly Property FileName As String |
C# |
public string FileName { get; } |
Visual C++ |
public: |