Gets a copy of the configuration found in <nhibernate> section of app.config/web.config.

Namespace:  NHibernate.Cfg
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly Property Properties As IDictionary
C#
public static IDictionary Properties { get; }
Visual C++
public:
static property IDictionary^ Properties {
	IDictionary^ get ();
}
JavaScript
NHibernate.Cfg.Environment.get_properties = function();

Remarks

This is the replacement for hibernate.properties

See Also