[Missing <summary> documentation for "M:NHibernate.Util.PropertiesHelper.GetString(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String)"]

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

Syntax

C#
public static string GetString(
	string property,
	IDictionary<string, string> properties,
	string defaultValue
)
Visual Basic
Public Shared Function GetString ( _
	property As String, _
	properties As IDictionary(Of String, String), _
	defaultValue As String _
) As String
Visual C++
public:
static String^ GetString(
	String^ property, 
	IDictionary<String^, String^>^ properties, 
	String^ defaultValue
)

Parameters

property
Type: System..::..String

[Missing <param name="property"/> documentation for "M:NHibernate.Util.PropertiesHelper.GetString(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String)"]

properties
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>

[Missing <param name="properties"/> documentation for "M:NHibernate.Util.PropertiesHelper.GetString(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String)"]

defaultValue
Type: System..::..String

[Missing <param name="defaultValue"/> documentation for "M:NHibernate.Util.PropertiesHelper.GetString(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Util.PropertiesHelper.GetString(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String)"]

See Also