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

Syntax

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

See Also