Screen.Misrepresentation Property

Definition

Gets or sets the misrepresentation text.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to