DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / IMPPSWebClient Interface / Operation Property



In This Topic
    Operation Property (IMPPSWebClient)
    In This Topic
    Type of MPPS web request
    Syntax
    'Declaration
     
    
    Property Operation As MPPSOperation
    'Usage
     
    
    Dim instance As IMPPSWebClient
    Dim value As MPPSOperation
     
    instance.Operation = value
     
    value = instance.Operation
    MPPSOperation Operation {get; set;}
    property MPPSOperation Operation {
       MPPSOperation get();
       void set (    MPPSOperation value);
    }
    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