[Missing <summary> documentation for "M:NHibernate.Mapping.PersistentClass.GetRecursiveProperty(System.String)"]

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public Property GetRecursiveProperty(
	string propertyPath
)
Visual Basic
Public Function GetRecursiveProperty ( _
	propertyPath As String _
) As Property
Visual C++
public:
Property^ GetRecursiveProperty(
	String^ propertyPath
)

Parameters

propertyPath
Type: System..::..String

[Missing <param name="propertyPath"/> documentation for "M:NHibernate.Mapping.PersistentClass.GetRecursiveProperty(System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.PersistentClass.GetRecursiveProperty(System.String)"]

See Also