[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmSet.Key"]

Namespace: NHibernate.Cfg.MappingSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public HbmKey Key { get; }
Visual Basic
Public ReadOnly Property Key As HbmKey
	Get
Visual C++
public:
virtual property HbmKey^ Key {
	HbmKey^ get () sealed;
}

Implements

ICollectionPropertiesMapping..::..Key

See Also