GetConfigurationValue コンストラクター

 

GetConfigurationValue クラスの新しいインスタンスを初期化します。

名前空間:   Microsoft.Activities
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

オーバーロードの一覧

名前 説明
System_CAPS_pubmethod GetConfigurationValue()

GetConfigurationValue クラスの新しいインスタンスを初期化します。

System_CAPS_pubmethod GetConfigurationValue(String)

GetConfigurationValue クラスの新しいインスタンスを初期化します。

参照

GetConfigurationValue クラス
Microsoft.Activities 名前空間

トップに戻る

GetConfigurationValue コンストラクター ()

GetConfigurationValue クラスの新しいインスタンスを初期化します。

構文

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

トップに戻る

GetConfigurationValue コンストラクター (String)

GetConfigurationValue クラスの新しいインスタンスを初期化します。

構文

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

パラメーター

  • name
    Type: System.String

    取得する構成パラメーターの名前。

トップに戻る