FileUploadCompletionNotification.StatusDescription Property

Definition

A brief description of the file upload status. This is user defined and will be presented to the service client listening for file upload notifications. This property is optional.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to