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

> CDKTN Core API Reference for LazyStringValueOptions in CSharp.

Options for creating a lazy string token.

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

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

new LazyStringValueOptions {
    string DisplayHint = null
};
```

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

| **Name**                                                                                  | **Type**            | **Description**                       |
| ----------------------------------------------------------------------------------------- | ------------------- | ------------------------------------- |
| <code><a href="#cdktn.LazyStringValueOptions.property.displayHint">DisplayHint</a></code> | <code>string</code> | Use the given name as a display hint. |

***

### `DisplayHint`<sup>Optional</sup> <a name="DisplayHint" id="cdktn.LazyStringValueOptions.property.displayHint" />

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

* *Type:* string
* *Default:* No hint

Use the given name as a display hint.

***
