DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / NPIWebClient Class / Operation Property



In This Topic
    Operation Property (NPIWebClient)
    In This Topic
    Type of the outgoing request
    Syntax
    'Declaration
     
    
    Public Property Operation As NPIOperation
    'Usage
     
    
    Dim instance As NPIWebClient
    Dim value As NPIOperation
     
    instance.Operation = value
     
    value = instance.Operation
    public NPIOperation Operation {get; set;}
    public:
    property NPIOperation Operation {
       NPIOperation get();
       void set (    NPIOperation 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