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






    Detailed Property
    Include data length compatibility check for VR (Character Repertoire) and allowed VM for associated attribute as specified in the Standard
    Syntax
    'Declaration
     
    
    Public Property Detailed As System.Boolean
     
    'Usage
     
    
    Dim instance As ValidationOptions
    Dim value As System.Boolean
     
    instance.Detailed = value
     
    value = instance.Detailed
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also