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

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

Syntax

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

Property Value

Type: Project

See Also