DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / QidoEventArgs Class / Warnings Property






    Warnings Property (QidoEventArgs)
    Used to pass warnings back to the client. Any strings added to this list are included as warnings in the HTTP response
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Warnings As System.Collections.Generic.List(Of String)
     
    'Usage
     
    
    Dim instance As QidoEventArgs
    Dim value As System.Collections.Generic.List(Of String)
     
    value = instance.Warnings
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also