.NET Framework Class Library

NeedFileNameEventArgs.FileName Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > NeedFileNameEventArgs Class > NeedFileNameEventArgs Properties >

.NET Framework Class Library

NeedFileNameEventArgs.FileName Property

Gets or sets name or pathname of output file.

Namespace: Gnostice.Core

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Property FileName As String
 Get
 Set

C#

public string FileName { getset; }

Visual C++

public:
property StringFileName {
 Stringget ();
 void set (Stringvalue);
}

See Also

NeedFileNameEventArgs Class

NeedFileNameEventArgs Members

Gnostice.Core Namespace