OperationResult.OperationKind Property

Definition

Gets or sets the kind of the operation.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to