Edit

Share via


TwitterDirectMessage.CreatedAt Property

Definition

Gets or sets the created date.

[Newtonsoft.Json.JsonProperty(PropertyName="created_at")]
public string CreatedAt { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="created_at")>]
member this.CreatedAt : string with get, set
Public Property CreatedAt As String

Property Value

The created date.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to