Gets or sets the IDictionary that contains the configuration properties and their values.

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

Syntax

C#
public IDictionary<string, string> Properties { get; set; }
Visual Basic
Public Property Properties As IDictionary(Of String, String)
	Get
	Set
Visual C++
public:
property IDictionary<String^, String^>^ Properties {
	IDictionary<String^, String^>^ get ();
	void set (IDictionary<String^, String^>^ value);
}

Field Value

The IDictionary that contains the configuration properties and their values.

See Also