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

    Target Platforms: .NET CLR 4.0 or higher

    See Also