DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / LastStatus Property






In This Topic
    LastStatus Property
    In This Topic
    Shortcut for the first element of the Status property
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LastStatus As System.Integer
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As System.Integer
     
    value = instance.LastStatus
    public System.int LastStatus {get;}
    public read-only property LastStatus: System.Integer; 
    public function get LastStatus : System.int
    public: __property System.int get_LastStatus();
    public:
    property System.int LastStatus {
       System.int get();
    }
    Remarks
    A very useful shortcut which makes it easier to access the result of the last operation performed, where only a single result is expected (e.g. after Echo).
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also