Share via


SubvolumeModelProperties.CreationTimeStamp Property

Definition

Gets or sets creation time and date

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to