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

Get or set the DTE object.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

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

Property Value

Type: DTE2

See Also