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 override IKeyValue Identifier { get; set; }
Visual Basic
Public Overrides Property Identifier As IKeyValue
	Get
	Set
Visual C++
public:
virtual property IKeyValue^ Identifier {
	IKeyValue^ get () override;
	void set (IKeyValue^ value) override;
}

Field Value

The SimpleValue from the Superclass that contains information about the identifier.

See Also