DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / ValidationOptions Class / ForQuery Property






ForQuery Property
Validation for attributes in the context of a Query with range matching

Refer to the Standard for more details

Syntax
'Declaration
 
Public Property ForQuery As System.Boolean
 
'Usage
 
Dim instance As ValidationOptions
Dim value As System.Boolean
 
instance.ForQuery = value
 
value = instance.ForQuery
Requirements

Target Platforms: .NET CLR 4.8 or higher

See Also