| MultiChunkBufferChunkSource Property  | 
            Gets the chunk source.
            
 
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntaxpublic IBsonChunkSource ChunkSource { get; }Public ReadOnly Property ChunkSource As IBsonChunkSource
	Get
member ChunkSource : IBsonChunkSource with get
Property Value
Type: 
IBsonChunkSource
            The chunk source.
            
See Also