The length of the sub-list.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also