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

Syntax

Visual Basic (Declaration)
Protected MustOverride Property Suffixes As String()
C#
protected abstract string[] Suffixes { get; set; }
Visual C++
protected:
virtual property array<String^>^ Suffixes {
	array<String^>^ get () abstract;
	void set (array<String^>^ value) abstract;
}
JavaScript
function get_suffixes();
function set_suffixes(value);

See Also