Property Buffered
Buffered
Indicates whether data is buffered.
public bool Buffered { get; set; }
Property Value
- bool
truemeans buffered; otherwise,false.
Remarks
This means that the Data (and possibly the Map) property of the ElementStorage class are not null.