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






    DataLength Property
    Include data length compatibility check for VR as specified in the Standard (Length of Value)
    Syntax
    'Declaration
     
    
    Public Property DataLength As System.Boolean
     
    'Usage
     
    
    Dim instance As ValidationOptions
    Dim value As System.Boolean
     
    instance.DataLength = value
     
    value = instance.DataLength
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also