Enum ShowValues
Represents when something should be included in an endpoint response.
public enum ShowValues
- Extension Methods
Fields
Always = 2Always include this item.
Never = 0Never include this item.
WhenAuthorized = 1Only include this item when the user is authorized.