How many days old the case in system is.

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

Syntax

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

See Also