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

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

Syntax

C#
public static IDictionary<string, string> Properties { get; }
Visual Basic
Public Shared ReadOnly Property Properties As IDictionary(Of String, String)
	Get
Visual C++
public:
static property IDictionary<String^, String^>^ Properties {
	IDictionary<String^, String^>^ get ();
}

Remarks

This is the replacement for hibernate.properties

See Also