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



In This Topic
    LastCommand Property
    In This Topic
    Returns the last command in the current association.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LastCommand As DicomDataSet
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As DicomDataSet
     
    value = instance.LastCommand
    public DicomDataSet LastCommand {get;}
    public:
    property DicomDataSet^ LastCommand {
       DicomDataSet^ get();
    }
    Example

    Returns the last command from the ReturnedCommands collections.

    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