PostQuestionDraftInput.Title Property

Definition

Question title, Between 4 and 100 characters by default. Depending on the network configuration the title max length may be limited or extended further.

[System.Text.Json.Serialization.JsonPropertyName("title")]
public string Title { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("title")>]
member this.Title : string with get, set
Public Property Title As String

Property Value

Attributes

Applies to