Report.ModifiedDateTime Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to