FileUploadCompletionNotification.StatusCode プロパティ

定義

ファイルのアップロードの状態コード。 これはユーザー定義であり、ファイルのアップロード通知をリッスンしているサービス クライアントに表示されます。

[Newtonsoft.Json.JsonProperty(PropertyName="statusCode")]
public int StatusCode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="statusCode")>]
member this.StatusCode : int with get, set
Public Property StatusCode As Integer

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

このプロパティは省略可能です。

適用対象