  | StreamRecordInputIsMemoryBased Property  | 
 
            Gets a value indicating whether this input is read from memory.
            
 
    Namespace: 
   Ookii.Jumbo.IO
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntaxpublic override bool IsMemoryBased { get; }Public Overrides ReadOnly Property IsMemoryBased As Boolean
	Get
public:
virtual property bool IsMemoryBased {
	bool get () override;
}abstract IsMemoryBased : bool with get
override IsMemoryBased : bool with get
Property Value
Type: 
Boolean if this input is read from memory; 
 if it is read from a file.
            
See Also