IsEmpty Property (DataPoint)
In This Topic
Gets or sets a value indicating whether the DataPoint is empty.
Syntax
'Declaration
Public Property IsEmpty As Boolean
public bool IsEmpty {get; set;}
Property Value
true
if this instance is empty; otherwise,
false
.
See Also