> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GetSettingValue

> ABBYY FlexiCapture Web Services API の GetSettingValue メソッド: ユーザー、プロジェクト、バッチタイプに応じて、データベースから名前付きParameterを読み取ります。

<div id="what-it-does">
  ## 機能
</div>

[SetSettingValue](/ja/flexi-capture/api/methods/set-setting-value) メソッドでデータベースに保存された、指定した名前付きParameterの値を返します。

<Note>
  同じ名前のParameterでも、ユーザー、バッチタイプ、プロジェクトごとに異なる値で保存できます。
</Note>

<div id="definition">
  ## 定義
</div>

```
string GetSettingValue( int userId, int projectId, int batchTypeId, string settingName );
```

<div id="parameters">
  ## パラメーター
</div>

| **Name**    | **型**  | **説明**       |
| ----------- | ------ | ------------ |
| userId      | int    | ユーザーアカウントのID |
| projectId   | int    | プロジェクトID     |
| batchTypeId | int    | バッチタイプID     |
| settingName | string | Parameter名   |

<div id="returned-value">
  ## 戻り値
</div>

| **型**  | **説明**              |
| ------ | ------------------- |
| string | 指定した名前付きParameterの値 |
