ValidationErrorInfo.MessageArguments Property

Definition

Gets or sets the message arguments

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to