Gets the value of the configuration property.
Namespace: NHibernate.CfgAssembly: 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.