DicomObjects.NET.V8
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 Boolean
     
    'Usage
     
    Dim instance As ValidationOptions
    Dim value As Boolean
     
    instance.Detailed = value
     
    value = instance.Detailed
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also