Compartir a través de


IssueContractBaseProperties.CreatedDate Propiedad

Definición

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

[Newtonsoft.Json.JsonProperty(PropertyName="createdDate")]
public DateTime? CreatedDate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="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