DicomObjects.NET8 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
     
    
    <ObsoleteAttribute("Call ReturnData instead")>
    Public Property Results As DicomDataSetCollection
    'Usage
     
    
    Dim instance As QidoEventArgs
    Dim value As DicomDataSetCollection
     
    instance.Results = value
     
    value = instance.Results
    [Obsolete("Call ReturnData instead")]
    public DicomDataSetCollection Results {get; set;}
    [Obsolete("Call ReturnData instead")]
    public:
    property DicomDataSetCollection^ Results {
       DicomDataSetCollection^ get();
       void set (    DicomDataSetCollection^ value);
    }
    Remarks
    See Limit for how paging can be accomplished
    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