See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set whether the item is the target of a custom tool.
The DTE project writer ignores this field, as it is populated automatically by Visual Studio.
Namespace: NTier.AppWizard.GeneratorAssembly: NTier.AppWizard.Generator (in NTier.AppWizard.Generator.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool AutoGen { get; set; } |
Visual Basic |
---|
Public Property AutoGen As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool AutoGen {
bool get ();
void set (bool value);
} |
Property Value
Type:
Boolean
See Also