DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / WorklistEventArgs Class / DeletionLock Property



In This Topic
    DeletionLock Property
    In This Topic
    Subscription shall be created with a Deletion Lock if user agent's Subscribe request has deletionlock set to true
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DeletionLock As Boolean
    'Usage
     
    
    Dim instance As WorklistEventArgs
    Dim value As Boolean
     
    value = instance.DeletionLock
    public bool DeletionLock {get;}
    public:
    property bool DeletionLock {
       bool 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