[Missing <summary> documentation for "P:NHibernate.Id.Enhanced.SequenceStyleGenerator.IdentifierType"]

Namespace: NHibernate.Id.Enhanced
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also