Gets the value of the configuration property.

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

Syntax

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

Parameters

name
Type: System..::.String
The name of the property.

Return Value

The configured value of the property, or nullNothingnullptra null reference (Nothing in Visual Basic) if the property was not specified.

See Also