Edit

Share via


TwitterSymbol.Indices Property

Definition

Gets or sets indices of hashtag location in tweet string.

[Newtonsoft.Json.JsonProperty("indices")]
public int[] Indices { get; set; }
[<Newtonsoft.Json.JsonProperty("indices")>]
member this.Indices : int[] with get, set
Public Property Indices As Integer()

Property Value

Int32[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to