> ## 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: IManifest

> CDKTN Core API Reference for IManifest in CSharp.

* *Implemented By:* <a href="#cdktn.Manifest">Manifest</a>, <a href="#cdktn.IManifest">IManifest</a>

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

| **Name**                                                             | **Type**                                                                                                       | **Description**   |
| -------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.IManifest.property.stacks">Stacks</a></code>   | <code>System.Collections.Generic.IDictionary\<string, <a href="#cdktn.StackManifest">StackManifest</a>></code> | *No description.* |
| <code><a href="#cdktn.IManifest.property.version">Version</a></code> | <code>string</code>                                                                                            | *No description.* |

***

### `Stacks`<sup>Required</sup> <a name="Stacks" id="cdktn.IManifest.property.stacks" />

```csharp theme={null}
public System.Collections.Generic.IDictionary<string, StackManifest> Stacks { get; }
```

* *Type:* System.Collections.Generic.IDictionary\<string, <a href="#cdktn.StackManifest">StackManifest</a>>

***

### `Version`<sup>Required</sup> <a name="Version" id="cdktn.IManifest.property.version" />

```csharp theme={null}
public string Version { get; }
```

* *Type:* string

***
