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

> CDKTN Core API Reference for NamedRemoteWorkspace in CSharp.

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

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

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

new NamedRemoteWorkspace(string Name);
```

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

***

### `Name`<sup>Required</sup> <a name="Name" id="cdktn.NamedRemoteWorkspace.Initializer.parameter.name" />

* *Type:* string

***

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

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

***

### `Name`<sup>Required</sup> <a name="Name" id="cdktn.NamedRemoteWorkspace.property.name" />

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

* *Type:* string

***
