Module.CreationTime Property

Definition

Gets or sets the creation time.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.creationTime")]
public DateTimeOffset CreationTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.creationTime")>]
member this.CreationTime : DateTimeOffset with get, set
Public Property CreationTime As DateTimeOffset

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to