Share via


RetentionPolicy.LastUpdatedTime Property

Definition

Gets the timestamp when the policy was last updated.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to