GetConfigurationValue Constructor

 

Initializes a new instance of the GetConfigurationValue class.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

NameDescription
System_CAPS_pubmethodGetConfigurationValue()

Initializes a new instance of the GetConfigurationValue class.

System_CAPS_pubmethodGetConfigurationValue(String)

Initializes a new instance of the GetConfigurationValue class.

Return to top

GetConfigurationValue Constructor ()

Initializes a new instance of the GetConfigurationValue class.

new : unit -> GetConfigurationValue
Return to top

GetConfigurationValue Constructor (String)

Initializes a new instance of the GetConfigurationValue class.

new : 
        name:string -> GetConfigurationValue

Parameters

name
Type: System.String

The name of the configuration parameter to retrieve.

Return to top
Show: