BulkRegistryOperationResult.IsSuccessful Property

Definition

Whether or not the operation was successful.

[Newtonsoft.Json.JsonProperty(PropertyName="isSuccessful", Required=Newtonsoft.Json.Required.Always)]
public bool IsSuccessful { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="isSuccessful", Required=Newtonsoft.Json.Required.Always)]
public bool IsSuccessful { get; protected internal set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isSuccessful", Required=Newtonsoft.Json.Required.Always)>]
member this.IsSuccessful : bool with get, set
Public Property IsSuccessful As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to