DeletedStorageBundle.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.
[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
System.Nullable<System.DateTime>
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute