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

Get or set the default namespace that the entities reside in.

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

Syntax

C#
string DefaultNamespace { get; set; }
Visual Basic
Property DefaultNamespace As String
	Get
	Set
Visual C++
property String^ DefaultNamespace {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also