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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property OwnerProperty As String
C#
public string OwnerProperty { get; }
Visual C++
public:
property String^ OwnerProperty {
	String^ get ();
}
JavaScript
function get_ownerProperty();

See Also