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

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

Syntax

Visual Basic (Declaration)
Public Property Properties As IDictionary
C#
public IDictionary Properties { get; set; }
Visual C++
public:
property IDictionary^ Properties {
	IDictionary^ get ();
	void set (IDictionary^ value);
}
JavaScript
function get_properties();
function set_properties(value);

Field Value

The IDictionary that contains the configuration properties and their values.

See Also