DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / DefaultValidationOptions Property

In This Topic
    DefaultValidationOptions Property
    In This Topic
    The default ValidationOptions to apply to newly created DicomDataSet objects
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultValidationOptions As ValidationOptions
    public static ValidationOptions DefaultValidationOptions {get; set;}
    Remarks
    The default value for this default is ValidationOptions.Basic
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also