| MongoDatabaseGridFS Property  | 
 
            Gets the default GridFS instance for this database. The default GridFS instance uses default GridFS
            settings. See also GetGridFS if you need to use GridFS with custom settings.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
 Syntax
Syntaxpublic virtual MongoGridFS GridFS { get; }Public Overridable ReadOnly Property GridFS As MongoGridFS
	Get
abstract GridFS : MongoGridFS with get
override GridFS : MongoGridFS with get
Property Value
Type: 
MongoGridFS See Also
See Also