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

Syntax

Visual Basic (Declaration)
Property CollectionSnapshot As ICollectionSnapshot
C#
ICollectionSnapshot CollectionSnapshot { get; set; }
Visual C++
property ICollectionSnapshot^ CollectionSnapshot {
	ICollectionSnapshot^ get ();
	void set (ICollectionSnapshot^ value);
}
JavaScript
function get_collectionSnapshot();
function set_collectionSnapshot(value);

See Also