Gets or sets a value indicating whether this user is protected.
| C# | Visual Basic |
[JsonPropertyAttribute(PropertyName = "protected")] [DataMemberAttribute] public bool IsProtected { get; set; }
<JsonPropertyAttribute(PropertyName := "protected")> _ <DataMemberAttribute> _ Public Property IsProtected As Boolean Get Set
true if this user is protected; otherwise, false.