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

> CDKTN Core API Reference for PrefixedRemoteWorkspaces in CSharp.

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

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

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

new PrefixedRemoteWorkspaces(string Prefix);
```

| **Name**                                                                                       | **Type**            | **Description**   |
| ---------------------------------------------------------------------------------------------- | ------------------- | ----------------- |
| <code><a href="#cdktn.PrefixedRemoteWorkspaces.Initializer.parameter.prefix">Prefix</a></code> | <code>string</code> | *No description.* |

***

### `Prefix`<sup>Required</sup> <a name="Prefix" id="cdktn.PrefixedRemoteWorkspaces.Initializer.parameter.prefix" />

* *Type:* string

***

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

| **Name**                                                                          | **Type**            | **Description**   |
| --------------------------------------------------------------------------------- | ------------------- | ----------------- |
| <code><a href="#cdktn.PrefixedRemoteWorkspaces.property.prefix">Prefix</a></code> | <code>string</code> | *No description.* |

***

### `Prefix`<sup>Required</sup> <a name="Prefix" id="cdktn.PrefixedRemoteWorkspaces.property.prefix" />

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

* *Type:* string

***
