In This Topic
Controls to what level deep are nested Sequences parsed
Syntax
'Declaration
Public Shared Property MaximumNesting As System.Integer
'Usage
Dim value As System.Integer
DicomGlobal.MaximumNesting = value
value = DicomGlobal.MaximumNesting
public static System.int MaximumNesting {get; set;}
public read-write property MaximumNesting: System.Integer; static;
public static function get,set MaximumNesting : System.int
public: __property static System.int get_MaximumNesting();
public: __property static void set_MaximumNesting(
System.int value
);
public:
static property System.int MaximumNesting {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also