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

Get the name of the property.

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

Syntax

C#
public EntityClassProperty Property { get; private set; }
Visual Basic
Public Property Property As EntityClassProperty
	Get
	Private Set
Visual C++
public:
property EntityClassProperty^ Property {
	EntityClassProperty^ get ();
	private: void set (EntityClassProperty^ value);
}

Property Value

Type: EntityClassProperty

See Also