Share via


Screen.OriginalText Property

Definition

Gets or sets the original text.

[Newtonsoft.Json.JsonProperty(PropertyName="OriginalText")]
public string OriginalText { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="OriginalText")>]
member this.OriginalText : string with get, set
Public Property OriginalText As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to