DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / WorklistEventArgs Class / Operation Property



In This Topic
    Operation Property (WorklistEventArgs)
    In This Topic
    Indicates the type of transaction of incoming WorkItem Web reqeust
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Operation As WorkItemOperation
    'Usage
     
    
    Dim instance As WorklistEventArgs
    Dim value As WorkItemOperation
     
    value = instance.Operation
    public WorkItemOperation Operation {get;}
    public:
    property WorkItemOperation Operation {
       WorkItemOperation get();
    }
    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