Returns the line number where this calendar object was found during parsing.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also