UserQuery.BuiltIn Property
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Gets or sets a value indicating whether the result should return built-in users.
Default is false
.
public bool? BuiltIn { get; set; }
Property value
System.Nullable{System.Boolean}