IssueCommentContract.CreatedDate Property

Definition

Gets or sets date and time when the comment was created.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to