Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetString ( _ property As String, _ properties As IDictionary, _ defaultValue As String _ ) As String |
C# |
---|
public static string GetString( string property, IDictionary properties, string defaultValue ) |
Visual C++ |
---|
public: static String^ GetString( String^ property, IDictionary^ properties, String^ defaultValue ) |
JavaScript |
---|
NHibernate.Util.PropertiesHelper.getString = function(property, properties, defaultValue); |
Parameters
- property
- Type: System..::.String
- properties
- Type: System.Collections..::.IDictionary
- defaultValue
- Type: System..::.String