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)
    public System.Collections.Generic.List<ItemLocation> Path {get;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also