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