Gets value that indicates if the object is empty or not. If object is empty than it will be skipped during the serialization process.

Namespace:  C1.Web.iPhone.C1PickerView
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public bool IsEmpty { get; }
Visual Basic
Public ReadOnly Property IsEmpty As Boolean
	Get

Field Value

Implements

IJsonEmptiable..::..IsEmpty

See Also