Share via


SiteConfigurationSnapshotInfo.Time Property

Definition

Gets the time the snapshot was taken.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.time")]
public DateTime? Time { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.time")>]
member this.Time : Nullable<DateTime>
Public ReadOnly Property Time As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to