CertificateOperationUpdateParameter.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 : bool with get, set
Public Property CancellationRequested As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to