DeletedCertificateBundle.DeletedDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the time when the certificate 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