The route to this offending attribute, from the DataSet being validated
public System.Collections.Generic.List<ItemLocation> Path {get;}
public read-only property Path: System.Collections.Generic.List;
public function get Path : System.Collections.Generic.List
public: __property System.Collections.Generic.List<ItemLocation*>* get_Path();
public:
property System.Collections.Generic.List<ItemLocation^>^ Path {
System.Collections.Generic.List<ItemLocation^>^ get();
}
'Declaration
Public ReadOnly Property Path As System.Collections.Generic.List(Of ItemLocation)
'Usage
Dim instance As DicomValidationException
Dim value As System.Collections.Generic.List(Of ItemLocation)
value = instance.Path
Target Platforms: .NET CLR 4.8 or higher