次の方法で共有


FileUploadCompletionNotification.IsSuccess プロパティ

定義

ファイルのアップロードが成功したかどうか。 このフィールドへの入力は必須です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象