IsEmpty Property
Summary
Gets a boolean value that indicates whether the object contains empty values.
Syntax
public bool IsEmpty { get; set; }
Public Property IsEmpty() As Boolean
Get
Set
public:
property bool IsEmpty
{
bool get()
void set(bool value)
}
Property Value
true if the object has no value; otherwise, false.