CertificateOperation.CancellationRequested Property

Definition

Gets or sets indicates if cancellation was requested on the certificate operation.

[Newtonsoft.Json.JsonProperty(PropertyName="cancellation_requested")]
public bool? CancellationRequested { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cancellation_requested")>]
member this.CancellationRequested : Nullable<bool> with get, set
Public Property CancellationRequested As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to