DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomValidationException Class / Path Property






In This Topic
    Path Property
    In This Topic
    The route to this offending attribute, from the DataSet being validated
    Syntax
    '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
    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();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also