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

In This Topic
    Warnings Property (QidoEventArgs)
    In This Topic
    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)
    public System.Collections.Generic.List<string> Warnings {get;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also