Gets or sets a value indicating whether this object is empty.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool IsEmpty { get; set; }
Public Property IsEmpty As Boolean
Get
Set
public:
property bool IsEmpty {
bool get ();
void set (bool value);
}
member IsEmpty : bool with get, set
Property Value
Type:
Boolean
true if this object is empty, false if not.
See Also