PostQuestionDraftInput.Title Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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