DataConnectionValidationResult.ErrorMessage Property

Definition

Gets or sets a message which indicates a problem in data connection validation.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to