In This Topic
Controls whether JSON generated is indented and formatted for easy human interpretation
Syntax
'Declaration
Public Shared Property IndentJson As System.Boolean
'Usage
Dim value As System.Boolean
DicomGlobal.IndentJson = value
value = DicomGlobal.IndentJson
public static System.bool IndentJson {get; set;}
public read-write property IndentJson: System.Boolean; static;
public static function get,set IndentJson : System.boolean
public: __property static System.bool get_IndentJson();
public: __property static void set_IndentJson(
System.bool value
);
public:
static property System.bool IndentJson {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also