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

Syntax

Visual Basic (Declaration)
Public Property Owners As Integer()
C#
public int[] Owners { get; set; }
Visual C++
public:
property array<int>^ Owners {
	array<int>^ get ();
	void set (array<int>^ value);
}
JavaScript
function get_owners();
function set_owners(value);

See Also