Gets or sets the last year of the list of years

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public int LastYear { get; set; }
Visual Basic
Public Property LastYear As Integer
	Get
	Set
XAML Attribute Usage
<object LastYear="int" .../>

See Also