RefreshIndex.IsUpdateSuccess Property

Definition

Gets or sets update success status.

[Newtonsoft.Json.JsonProperty(PropertyName="IsUpdateSuccess")]
public bool? IsUpdateSuccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="IsUpdateSuccess")>]
member this.IsUpdateSuccess : Nullable<bool> with get, set
Public Property IsUpdateSuccess As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to