Gets a value indicating if the AbstractType is an IAssociationType.

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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property IsAssociationType As Boolean
C#
public virtual bool IsAssociationType { get; }
Visual C++
public:
virtual property bool IsAssociationType {
	bool get ();
}
JavaScript
function get_isAssociationType();

Field Value

false - by default an AbstractType is not an IAssociationType.

Implements

IType..::.IsAssociationType

See Also