See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get the name of the project item file including the folder.

Namespace: NTier.AppWizard.Generator
Assembly: NTier.AppWizard.Generator (in NTier.AppWizard.Generator.dll) Version: 1.0.0.0

Syntax

C#
public string FullName { get; }
Visual Basic
Public ReadOnly Property FullName As String
	Get
Visual C++
public:
property String^ FullName {
	String^ get ();
}

Property Value

Type: String

See Also