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

The .net target framework version for the project.

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

Syntax

C#
public NetFrameworkVersion TargetFrameworkVersion { get; set; }
Visual Basic
Public Property TargetFrameworkVersion As NetFrameworkVersion
	Get
	Set
Visual C++
public:
property NetFrameworkVersion TargetFrameworkVersion {
	NetFrameworkVersion get ();
	void set (NetFrameworkVersion value);
}

Property Value

Type: NetFrameworkVersion

See Also