BulkRegistryOperationResult.IsSuccessful プロパティ

定義

操作が成功したかどうか。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象