| MapReduceOperationBaseMapFunction Property | 
            Gets the map function.
            
 
Namespace: MongoDB.Driver.Core.OperationsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
 Syntax
Syntaxpublic BsonJavaScript MapFunction { get; }Public ReadOnly Property MapFunction As BsonJavaScript
	Get
member MapFunction : BsonJavaScript with get
Property Value
Type: 
BsonJavaScript
            The map function.
            
 See Also
See Also