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 EntityClassProperty EntityProperty { get; internal set; }
Visual Basic
Public Property EntityProperty As EntityClassProperty
	Get
	Friend Set
Visual C++
public:
property EntityClassProperty^ EntityProperty {
	EntityClassProperty^ get ();
	internal: void set (EntityClassProperty^ value);
}

Property Value

Type: EntityClassProperty

See Also