Edit

Share via


TwitterUser.Protected Property

Definition

Gets or sets a value indicating whether protected status of user.

[Newtonsoft.Json.JsonProperty("protected")]
public bool Protected { get; set; }
[<Newtonsoft.Json.JsonProperty("protected")>]
member this.Protected : bool with get, set
Public Property Protected As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to