[Missing <summary> documentation for "P:NHibernate.Properties.BackrefPropertyAccessor.CanAccessThroughReflectionOptimizer"]

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

Syntax

C#
public bool CanAccessThroughReflectionOptimizer { get; }
Visual Basic
Public ReadOnly Property CanAccessThroughReflectionOptimizer As Boolean
	Get
Visual C++
public:
virtual property bool CanAccessThroughReflectionOptimizer {
	bool get () sealed;
}

Implements

IPropertyAccessor..::..CanAccessThroughReflectionOptimizer

See Also