When implemented by a class, gets or sets the SimpleValue that contains information about the identifier.

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

Syntax

C#
public abstract IKeyValue Identifier { get; set; }
Visual Basic
Public MustOverride Property Identifier As IKeyValue
	Get
	Set
Visual C++
public:
virtual property IKeyValue^ Identifier {
	IKeyValue^ get () abstract;
	void set (IKeyValue^ value) abstract;
}

Field Value

The SimpleValue that contains information about the identifier.

See Also