Gets a value indicating whether the described property is a list.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public bool IsList { get; }
Visual Basic
Public ReadOnly Property IsList As Boolean
	Get
Visual C++
public:
property bool IsList {
	bool get ();
}

Field Value

true if the property is a list; otherwise, false.

See Also