Share via


DeletedServer.DeletionTime Property

Definition

Gets the deletion time of the deleted server.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.deletionTime")]
public DateTime? DeletionTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.deletionTime")>]
member this.DeletionTime : Nullable<DateTime>
Public ReadOnly Property DeletionTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to