次の方法で共有


BulkEnrollmentOperationResult.IsSuccessful プロパティ

定義

false の場合、一括登録のすべての操作が成功したわけではありません。

[Newtonsoft.Json.JsonProperty(PropertyName="isSuccessful", Required=Newtonsoft.Json.Required.Always)]
public bool IsSuccessful { get; }
[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
[<Newtonsoft.Json.JsonProperty(PropertyName="isSuccessful", Required=Newtonsoft.Json.Required.Always)>]
member this.IsSuccessful : bool with get, set
Public ReadOnly Property IsSuccessful As Boolean
Public Property IsSuccessful As Boolean

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象