Get the names of the class properties - doesn't have to be the names of the actual .NET properties (used for XML generation only)

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also