AsyncOperationStatus.Operation Property

Definition

Gets or sets operation.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to