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
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 CodeType CodeType { get; private set; } |
| Visual Basic |
|---|
Public Property CodeType As CodeType Get Private Set |
| Visual C++ |
|---|
public: property CodeType^ CodeType { CodeType^ get (); private: void set (CodeType^ value); } |