Element Property (DicomValidationException)
The Element number of the offending attribute
public System.int Element {get;}
public read-only property Element: System.Integer;
public function get Element : System.int
public: __property System.int get_Element();
public:
property System.int Element {
System.int get();
}
'Declaration
Public ReadOnly Property Element As System.Integer
'Usage
Dim instance As DicomValidationException
Dim value As System.Integer
value = instance.Element
Target Platforms: .NET CLR 4.8 or higher