Share via


DateAfterModification.DaysAfterModificationGreaterThan Property

Definition

Gets or sets value indicating the age in days after last modification

[Newtonsoft.Json.JsonProperty(PropertyName="daysAfterModificationGreaterThan")]
public double? DaysAfterModificationGreaterThan { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="daysAfterModificationGreaterThan")>]
member this.DaysAfterModificationGreaterThan : Nullable<double> with get, set
Public Property DaysAfterModificationGreaterThan As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to