Share via


GetConfigurationValue Constructor

 

Initializes a new instance of the GetConfigurationValue class.

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

Overload List

Name Description
System_CAPS_pubmethod GetConfigurationValue()

Initializes a new instance of the GetConfigurationValue class.

System_CAPS_pubmethod GetConfigurationValue(String)

Initializes a new instance of the GetConfigurationValue class.

See Also

GetConfigurationValue Class
Microsoft.Activities Namespace

Return to top

GetConfigurationValue Constructor ()

Initializes a new instance of the GetConfigurationValue class.

Syntax

public GetConfigurationValue()
public:
GetConfigurationValue()
new : unit -> GetConfigurationValue
Public Sub New

Return to top

GetConfigurationValue Constructor (String)

Initializes a new instance of the GetConfigurationValue class.

Syntax

public GetConfigurationValue(
    string name
)
public:
GetConfigurationValue(
    String^ name
)
new : 
        name:string -> GetConfigurationValue
Public Sub New (
    name As String
)

Parameters

  • name
    Type: System.String

    The name of the configuration parameter to retrieve.

Return to top