DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / IWorkItemWebClient Interface / Result Property



    Result Property (IWorkItemWebClient)
    The raw result of the last operation
    Syntax
    'Declaration
     
    
    ReadOnly Property Result As HttpResponseMessage
     
    'Usage
     
    
    Dim instance As IWorkItemWebClient
    Dim value As HttpResponseMessage
     
    value = instance.Result
    Remarks
    This mayt be used to obtain status information, warnings etc.
    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