AsyncOperationStatus.Status Property

Definition

Gets or sets status.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="status", Required=Newtonsoft.Json.Required.Default)]
public string Status { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="status", Required=Newtonsoft.Json.Required.Default)>]
member this.Status : string with get, set
Public Property Status As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to