Get or set the identifier type name

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

Syntax

C#
public virtual string IdentifierTypeName { get; set; }
Visual Basic
Public Overridable Property IdentifierTypeName As String
	Get
	Set
Visual C++
public:
virtual property String^ IdentifierTypeName {
	String^ get ();
	void set (String^ value);
}

See Also