[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmArray.Index"]

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

Syntax

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

Implements

IIndexedCollectionMapping..::..Index

See Also