See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.AppWizard.Generator (in NTier.AppWizard.Generator.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set whether to generate a .sln file.
Namespace: NTier.AppWizard.GeneratorAssembly: NTier.AppWizard.Generator (in NTier.AppWizard.Generator.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool GenerateSolutionFile { get; set; } |
Visual Basic |
---|
Public Property GenerateSolutionFile As Boolean Get Set |
Visual C++ |
---|
public: property bool GenerateSolutionFile { bool get (); void set (bool value); } |