In This Topic
The Maximum PDU size accepted and used by DicomObjects
Syntax
'Declaration
Public Shared Property MaximumPDUSize As System.Integer
'Usage
Dim value As System.Integer
DicomGlobal.MaximumPDUSize = value
value = DicomGlobal.MaximumPDUSize
public static System.int MaximumPDUSize {get; set;}
public read-write property MaximumPDUSize: System.Integer; static;
public static function get,set MaximumPDUSize : System.int
public: __property static System.int get_MaximumPDUSize();
public: __property static void set_MaximumPDUSize(
System.int value
);
public:
static property System.int MaximumPDUSize {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also