Share via


SubvolumeModel.AccessedTimeStamp Property

Definition

Gets or sets most recent access time and date

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Most recent access time and date

Applies to