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

Namespace: NTier.AppWizard.Model
Assembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0

Syntax

C#
public abstract bool DeployDesktop { get; set; }
Visual Basic
Public MustOverride Property DeployDesktop As Boolean
	Get
	Set
Visual C++
public:
virtual property bool DeployDesktop {
	bool get () abstract;
	void set (bool value) abstract;
}

Property Value

Type: Boolean

See Also