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

Syntax

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

See Also