Compartir a través de


IssueUpdateContract.CreatedDate Propiedad

Definición

Obtiene o establece la fecha y hora en que se creó el problema.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a