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

Namespace: NTier.EntityGenerator
Assembly: NTier.EntityGenerator (in NTier.EntityGenerator.dll) Version: 1.0.0.0

Syntax

C#
public int EndLine { get; set; }
Visual Basic
Public Property EndLine As Integer
	Get
	Set
Visual C++
public:
property int EndLine {
	int get ();
	void set (int value);
}

Property Value

Type: Int32

See Also