BsonJavaScriptWithScope.Scope Property (original) (raw)

BsonJavaScriptWithScopeScope Property

Gets the scope (a set of variables with values).

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

C#

VB

F#

Copy

public BsonDocument Scope { get; }

Public ReadOnly Property Scope As BsonDocument Get

member Scope : BsonDocument with get

Property Value

Type: BsonDocument

See Also

Reference

BsonJavaScriptWithScope Class

MongoDB.Bson Namespace