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

# CSharp: TestingAppConfig

> CDKTN Core API Reference for TestingAppConfig in CSharp.

## Initializer <a name="Initializer" id="cdktn.TestingAppConfig.Initializer" />

```csharp theme={null}
using Io.Cdktn;

new TestingAppConfig {
    System.Collections.Generic.IDictionary<string, object> Context = null,
    bool EnableFutureFlags = null,
    bool FakeCdktfJsonPath = null,
    string Outdir = null,
    bool StackTraces = null,
    bool StubVersion = null
};
```

## Properties <a name="Properties" id="Properties" />

| **Name**                                                                                        | **Type**                                                               | **Description**   |
| ----------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.TestingAppConfig.property.context">Context</a></code>                     | <code>System.Collections.Generic.IDictionary\< string, object ></code> | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.enableFutureFlags">EnableFutureFlags</a></code> | <code>bool</code>                                                      | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.fakeCdktfJsonPath">FakeCdktfJsonPath</a></code> | <code>bool</code>                                                      | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.outdir">Outdir</a></code>                       | <code>string</code>                                                    | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.stackTraces">StackTraces</a></code>             | <code>bool</code>                                                      | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.stubVersion">StubVersion</a></code>             | <code>bool</code>                                                      | *No description.* |

***

### `Context`<sup>Optional</sup> <a name="Context" id="cdktn.TestingAppConfig.property.context" />

```csharp theme={null}
public System.Collections.Generic.IDictionary<string, object> Context { get; set; }
```

* *Type:* System.Collections.Generic.IDictionary\< string, object >

***

### `EnableFutureFlags`<sup>Optional</sup> <a name="EnableFutureFlags" id="cdktn.TestingAppConfig.property.enableFutureFlags" />

```csharp theme={null}
public bool EnableFutureFlags { get; set; }
```

* *Type:* bool

***

### `FakeCdktfJsonPath`<sup>Optional</sup> <a name="FakeCdktfJsonPath" id="cdktn.TestingAppConfig.property.fakeCdktfJsonPath" />

```csharp theme={null}
public bool FakeCdktfJsonPath { get; set; }
```

* *Type:* bool

***

### `Outdir`<sup>Optional</sup> <a name="Outdir" id="cdktn.TestingAppConfig.property.outdir" />

```csharp theme={null}
public string Outdir { get; set; }
```

* *Type:* string

***

### `StackTraces`<sup>Optional</sup> <a name="StackTraces" id="cdktn.TestingAppConfig.property.stackTraces" />

```csharp theme={null}
public bool StackTraces { get; set; }
```

* *Type:* bool

***

### `StubVersion`<sup>Optional</sup> <a name="StubVersion" id="cdktn.TestingAppConfig.property.stubVersion" />

```csharp theme={null}
public bool StubVersion { get; set; }
```

* *Type:* bool

***
