ObjectId Constructor (String) |
Initializes a new instance of the ObjectId class.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
Syntax public ObjectId(
string value
)
Public Sub New (
value As String
)
new :
value : string -> ObjectId
Parameters
- value
- Type: SystemString
The value.
See Also