The identifier Hibernate type

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

Syntax

C#
IType IdentifierType { get; }
Visual Basic
ReadOnly Property IdentifierType As IType
	Get
Visual C++
property IType^ IdentifierType {
	IType^ get ();
}

See Also