DicomObjects.NET.8.48 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 read-only property LastCommand: DicomDataSet; 
    public function get LastCommand : DicomDataSet
    public: __property DicomDataSet* get_LastCommand();
    public:
    property DicomDataSet^ LastCommand {
       DicomDataSet^ get();
    }
    Example

    Returns the last command from the ReturnedCommands collections.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also