The default type of listeners.

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

Syntax

C#
public ListenerType Type { get; }
Visual Basic
Public ReadOnly Property Type As ListenerType
	Get
Visual C++
public:
property ListenerType Type {
	ListenerType get ();
}

See Also