MongoClient ConfigRoot Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns the config root of the client that was set by the last call to Configure() or App.CONFIG_MONGO_CLIENT_SECTION (which may be non-existent)

Namespace: NFX.DataAccess.MongoDB.Connector
Assembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public IConfigSectionNode ConfigRoot { get; }

Property Value

Type: IConfigSectionNode
See Also