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

> CDKTN Core API Reference for RemoteBackendConfig in CSharp.

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

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

new RemoteBackendConfig {
    string Organization,
    IRemoteWorkspace Workspaces,
    string Hostname = null,
    string Token = null
};
```

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

| **Name**                                                                                 | **Type**                                                            | **Description**   |
| ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.RemoteBackendConfig.property.organization">Organization</a></code> | <code>string</code>                                                 | *No description.* |
| <code><a href="#cdktn.RemoteBackendConfig.property.workspaces">Workspaces</a></code>     | <code><a href="#cdktn.IRemoteWorkspace">IRemoteWorkspace</a></code> | *No description.* |
| <code><a href="#cdktn.RemoteBackendConfig.property.hostname">Hostname</a></code>         | <code>string</code>                                                 | *No description.* |
| <code><a href="#cdktn.RemoteBackendConfig.property.token">Token</a></code>               | <code>string</code>                                                 | *No description.* |

***

### `Organization`<sup>Required</sup> <a name="Organization" id="cdktn.RemoteBackendConfig.property.organization" />

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

* *Type:* string

***

### `Workspaces`<sup>Required</sup> <a name="Workspaces" id="cdktn.RemoteBackendConfig.property.workspaces" />

```csharp theme={null}
public IRemoteWorkspace Workspaces { get; set; }
```

* *Type:* <a href="#cdktn.IRemoteWorkspace">IRemoteWorkspace</a>

***

### `Hostname`<sup>Optional</sup> <a name="Hostname" id="cdktn.RemoteBackendConfig.property.hostname" />

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

* *Type:* string

***

### `Token`<sup>Optional</sup> <a name="Token" id="cdktn.RemoteBackendConfig.property.token" />

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

* *Type:* string

***
