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

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

Syntax

C#
public override string Description { get; }
Visual Basic
Public Overrides ReadOnly Property Description As String
	Get
Visual C++
public:
virtual property String^ Description {
	String^ get () override;
}

Property Value

Type: String

See Also