Skip to main content
Options for creating a lazy string token.

Initializer

using Io.Cdktn;

new LazyStringValueOptions {
    string DisplayHint = null
};

Properties

NameTypeDescription
DisplayHintstringUse the given name as a display hint.

DisplayHintOptional

public string DisplayHint { get; set; }
  • Type: string
  • Default: No hint
Use the given name as a display hint.