DatabaseNamespaceAdmin Property |
Gets the admin database namespace.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public static DatabaseNamespace Admin { get; }
Public Shared ReadOnly Property Admin As DatabaseNamespace
Get
static member Admin : DatabaseNamespace with get
Property Value
Type:
DatabaseNamespace
The admin database namespace.
See Also