Gets or sets the array.

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

Syntax

C#
public Object Array { get; protected set; }
Visual Basic
Public Property Array As Object
	Get
	Protected Set
Visual C++
public:
property Object^ Array {
	Object^ get ();
	protected: void set (Object^ value);
}

Field Value

The array.

See Also