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

In This Topic
    Results Property (QidoEventArgs)
    In This Topic
    Results to pass back to the client - this must be set before the event returns
    Syntax
    'Declaration
     
    
    <System.ObsoleteAttribute("Call ReturnData instead")>
    Public Property Results As DicomDataSetCollection
    [System.Obsolete("Call ReturnData instead")]
    public DicomDataSetCollection Results {get; set;}
    Remarks
    See Limit for how paging can be accomplished
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also