Gets the value of the configuration property.

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

Syntax

C#
public string GetProperty(
	string name
)
Visual Basic
Public Function GetProperty ( _
	name As String _
) As String
Visual C++
public:
String^ GetProperty(
	String^ 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