Element Property (DicomValidationException)
In This Topic
The Element number of the offending attribute
Syntax
'Declaration
Public ReadOnly Property Element As System.Integer
'Usage
Dim instance As DicomValidationException
Dim value As System.Integer
value = instance.Element
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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also