Namespace:
NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll)
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