Optional<T>.Value Property |
Gets the value of the optional parameter.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
SyntaxPublic ReadOnly Property Value As T
Get
member Value : 'T with get
Property Value
Type:
T
The value of the optional parameter.
See Also