You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > Required Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Json.Required Enumeration

Indicating whether a property is required.

Syntax
C++
C#
Visual Basic
public: enum Required { Default = 0, AllowNull = 1, Always = 2 };
Members
Members 
Description 
Default 
The property is not required. The default state.  
AllowNull 
The property must be defined in JSON but can be a null value.  
Always 
The property must be defined in JSON and cannot be a null value.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.