Gets or sets the SimpleValue that contains information about the Key.

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

Syntax

Visual Basic (Declaration)
Public Overrides Property Key As SimpleValue
C#
public override SimpleValue Key { get; set; }
Visual C++
public:
virtual property SimpleValue^ Key {
	SimpleValue^ get () override;
	void set (SimpleValue^ value) override;
}
JavaScript
function get_key();
function set_key(value);

Field Value

The SimpleValue that contains information about the Key.

See Also