Get the names of the component properties

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

Syntax

Visual Basic (Declaration)
ReadOnly Property PropertyNames As String()
C#
string[] PropertyNames { get; }
Visual C++
property array<String^>^ PropertyNames {
	array<String^>^ get ();
}
JavaScript
function get_propertyNames();

See Also