FileUploadCompletionNotification.StatusDescription プロパティ

定義

ファイルのアップロード状態の簡単な説明。 これはユーザー定義であり、ファイルのアップロード通知をリッスンしているサービス クライアントに表示されます。 このプロパティは省略可能です。

[Newtonsoft.Json.JsonProperty(PropertyName="statusDescription")]
public string StatusDescription { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="statusDescription")>]
member this.StatusDescription : string with get, set
Public Property StatusDescription As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象