DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / ValidationOptions Class / IgnoredAttributes Property

In This Topic
    IgnoredAttributes Property
    In This Topic
    IgnoredAttributes will not skip the Validation
    Syntax
    'Declaration
     
    
    Public Property IgnoredAttributes As System.Collections.Generic.List(Of Keyword)
    public System.Collections.Generic.List<Keyword> IgnoredAttributes {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also