ConfigurationHelper.GetParameter Method (IDictionary(Of String, Object), String, Boolean)
Gets the configuration helper parameter.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Public Shared Function GetParameter ( parameters As IDictionary(Of String, Object), name As String, isRequired As Boolean ) As Object
Parameters
- parameters
-
Type:
System.Collections.Generic.IDictionary(Of String, Object)
The parameter.
- name
-
Type:
System.String
The name.
- isRequired
-
Type:
System.Boolean
The indicator of whether the parameter is required. true if the parameter is required; otherwise, false.
Show: