Compartir a través de


SoftDeleteSettings.SoftDeleteRetentionPeriodInDays Property

Definition

Gets or sets soft delete retention period in days

[Newtonsoft.Json.JsonProperty(PropertyName="softDeleteRetentionPeriodInDays")]
public int? SoftDeleteRetentionPeriodInDays { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="softDeleteRetentionPeriodInDays")>]
member this.SoftDeleteRetentionPeriodInDays : Nullable<int> with get, set
Public Property SoftDeleteRetentionPeriodInDays As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to