Gets true for Boolean values.
            
    Namespace: 
   DayPilot.Json
    Assembly:
   DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
| C# | 
|---|
public bool IsBoolean { get; } | 
| Visual Basic (Declaration) | 
|---|
Public ReadOnly Property IsBoolean As Boolean  | 
| Visual C++ | 
|---|
public:
property bool IsBoolean {
	bool get ();
} | 
See Also