Sets 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 Configuration SetProperty(
	string name,
	string value
)
Visual Basic
Public Function SetProperty ( _
	name As String, _
	value As String _
) As Configuration
Visual C++
public:
Configuration^ SetProperty(
	String^ name, 
	String^ value
)

Parameters

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

Return Value

This configuration object.

See Also