DicomObjects.NET.V8
DicomObjects Namespace / ValidationOptions Class / DataLength Property



In This Topic
    DataLength Property
    In This Topic
    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
    public bool DataLength {get; set;}
    public:
    property bool DataLength {
       bool get();
       void set (    bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also