BackgroundTaskInfo.ResultText Property

Definition

Gets or sets the text result of the background task, populated when the task completes successfully.

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

Property Value

Attributes

Applies to