| MapReduceOperationBaseVerbose Property  | 
 
            Gets or sets a value indicating whether to include extra information, such as timing, in the result.
            
 
    Namespace: 
   MongoDB.Driver.Core.Operations
    Assembly:
   MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
 Syntax
Syntaxpublic Nullable<bool> Verbose { get; set; }Public Property Verbose As Nullable(Of Boolean)
	Get
	Set
member Verbose : Nullable<bool> with get, set
Property Value
Type: 
NullableBooleantrue if extra information, such as timing, should be included in the result; otherwise, 
false.
            
 See Also
See Also