Share via


IDeletedConfigurationStore.DeletionDate Property

Definition

The deleted date.

[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="The deleted date.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="deletionDate")]
public DateTime? DeletionDate { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="The deleted date.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="deletionDate")>]
member this.DeletionDate : Nullable<DateTime>
Public ReadOnly Property DeletionDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to