次の方法で共有


HealthError.CreationTimeUtc Property

Definition

Gets or sets error creation time (UTC).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to