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

Syntax

Visual Basic (Declaration)
Public Overrides ReadOnly Property IsComponentType As Boolean
C#
public override bool IsComponentType { get; }
Visual C++
public:
virtual property bool IsComponentType {
	bool get () override;
}
JavaScript
function get_isComponentType();

Implements

IType..::.IsComponentType
IType..::.IsComponentType

See Also