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

Syntax

Visual Basic (Declaration)
ReadOnly Property Interceptor As IInterceptor
C#
IInterceptor Interceptor { get; }
Visual C++
property IInterceptor^ Interceptor {
	IInterceptor^ get ();
}
JavaScript
function get_interceptor();

See Also