DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / RestfulResponse Class / results Field






    results Field
    The result obtained from the incoming response
    Syntax
    'Declaration
     
    
    Public results As DicomDataSetCollection
     
    'Usage
     
    
    Dim instance As RestfulResponse
    Dim value As DicomDataSetCollection
     
    value = instance.results
     
    instance.results = value
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also