Current year built known.

Namespace: LC360API.Carrier_V1
Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also