ListDatabasesOperationAuthorizedDatabases Property |
Gets or sets the AuthorizedDatabases flag.
Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntaxpublic bool? AuthorizedDatabases { get; set; }
Public Property AuthorizedDatabases As Boolean?
Get
Set
member AuthorizedDatabases : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
The AuthorizedDatabases flag.
See Also