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



In This Topic
    Warnings Property
    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 List(Of String)
    'Usage
     
    
    Dim instance As QidoEventArgs
    Dim value As List(Of String)
     
    value = instance.Warnings
    public List<string> Warnings {get;}
    public:
    property List<String^>^ Warnings {
       List<String^>^ 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