DeletedKeyBundle.DeletedDate Property

Definition

Gets the time when the key was deleted, in UTC

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.UnixTimeJsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="deletedDate")]
public DateTime? DeletedDate { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.UnixTimeJsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="deletedDate")>]
member this.DeletedDate : Nullable<DateTime>
Public ReadOnly Property DeletedDate As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to