DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / LastOperation Property



In This Topic
    LastOperation Property
    In This Topic
    Returns the last operation in the current association.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LastOperation As DicomOperation
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As DicomOperation
     
    value = instance.LastOperation
    public DicomOperation LastOperation {get;}
    public:
    property DicomOperation LastOperation {
       DicomOperation 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