.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 >

.NET Framework Class Library

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)

Syntax

Visual Basic

Public ReadOnly Property FileName As String
 Get

C#

public string FileName { get; }

Visual C++

public:
property StringFileName {
 Stringget ();
}

See Also

FileInfo Class

FileInfo Members

Gnostice.Core.DOM Namespace