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

Get the project the types come from.

Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

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

Property Value

Type: Project

See Also