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

Syntax

Visual Basic (Declaration)
Public Property LoaderName As String
C#
public string LoaderName { get; set; }
Visual C++
public:
property String^ LoaderName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_loaderName();
function set_loaderName(value);

See Also