Get a component attribute of this property

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

Syntax

Visual Basic (Declaration)
Public Function GetProperty ( _
	propertyName As String _
) As Property
C#
public Property GetProperty(
	string propertyName
)
Visual C++
public:
Property^ GetProperty(
	String^ propertyName
)
JavaScript
function getProperty(propertyName);

Parameters

propertyName
Type: System..::.String

See Also