Gets or sets the IInterceptor to use.

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

Syntax

Visual Basic (Declaration)
Public Property Interceptor As IInterceptor
C#
public IInterceptor Interceptor { get; set; }
Visual C++
public:
property IInterceptor^ Interceptor {
	IInterceptor^ get ();
	void set (IInterceptor^ value);
}
JavaScript
function get_interceptor();
function set_interceptor(value);

Field Value

The IInterceptor to use.

See Also