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



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also