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

> CDKTN Core API Reference for TerraformResourceMoveById in CSharp.

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

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

new TerraformResourceMoveById {
    string From,
    string To
};
```

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

| **Name**                                                                       | **Type**            | **Description**   |
| ------------------------------------------------------------------------------ | ------------------- | ----------------- |
| <code><a href="#cdktn.TerraformResourceMoveById.property.from">From</a></code> | <code>string</code> | *No description.* |
| <code><a href="#cdktn.TerraformResourceMoveById.property.to">To</a></code>     | <code>string</code> | *No description.* |

***

### `From`<sup>Required</sup> <a name="From" id="cdktn.TerraformResourceMoveById.property.from" />

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

* *Type:* string

***

### `To`<sup>Required</sup> <a name="To" id="cdktn.TerraformResourceMoveById.property.to" />

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

* *Type:* string

***
