DicomObjects.NET.V8
DicomObjects Namespace / DicomAssociation Class / LastCommand Property



    LastCommand Property
    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
    Example

    Returns the last command from the ReturnedCommands collections.

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also