DicomObjects.NET Core Documentation
DicomObjects.Validation 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also