Share via


UserPromptConfiguration.Title Property

Definition

Gets the optional title for the user prompt.

[MessagePack.Key(0)]
[System.ComponentModel.Localizable(true)]
public string? Title { get; init; }
[<MessagePack.Key(0)>]
[<System.ComponentModel.Localizable(true)>]
member this.Title : string with get, set
Public Property Title As String

Property Value

Attributes
MessagePack.KeyAttribute LocalizableAttribute

Applies to