DicomObjects.NET Core Documentation
DicomObjects.Validation Namespace / ValidationException 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 List(Of ItemLocation)
    'Usage
     
    
    Dim instance As ValidationException
    Dim value As List(Of ItemLocation)
     
    value = instance.Path
    public List<ItemLocation> Path {get;}
    public:
    property List<ItemLocation^>^ Path {
       List<ItemLocation^>^ get();
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also