Get or set the identifier type

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

Syntax

Visual Basic (Declaration)
Public Overridable Property IdentifierType As IType
C#
public virtual IType IdentifierType { get; set; }
Visual C++
public:
virtual property IType^ IdentifierType {
	IType^ get ();
	void set (IType^ value);
}
JavaScript
function get_identifierType();
function set_identifierType(value);

See Also