See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Get the project the types come from.
Namespace: NTier.Design.DTEAssembly: 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); } |