  | StreamRecordReaderTRecordInputStream Property  | 
  
    Namespace: 
   Ookii.Jumbo.IO
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntaxprotected IRecordInputStream RecordInputStream { get; }Protected ReadOnly Property RecordInputStream As IRecordInputStream
	Get
protected:
property IRecordInputStream^ RecordInputStream {
	IRecordInputStream^ get ();
}member RecordInputStream : IRecordInputStream with get
Property Value
Type: 
IRecordInputStreamStream cast to 
IRecordInputStream, or 
 if it doesn't implement it.
See Also