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#
protected abstract string mApplicationName { get; set; }
Visual Basic
Protected MustOverride Property mApplicationName As String
	Get
	Set
Visual C++
protected:
virtual property String^ mApplicationName {
	String^ get () abstract;
	void set (String^ value) abstract;
}

Property Value

Type: String

See Also