DicomObjects.NET Core Documentation
DicomObjects.Validation Namespace / ValidationOptions Class / Query Property



In This Topic
    Query Property
    In This Topic
    Generate a ValidationOptions object with ForQuery enabled
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Query As ValidationOptions
    'Usage
     
    
    Dim value As ValidationOptions
     
    value = ValidationOptions.Query
    public static ValidationOptions Query {get;}
    public:
    static property ValidationOptions^ Query {
       ValidationOptions^ get();
    }
    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