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 System.Boolean
'Usage
Dim instance As WorklistEventArgs
Dim value As System.Boolean
value = instance.DeletionLock
public System.bool DeletionLock {get;}
public read-only property DeletionLock: System.Boolean;
public function get DeletionLock : System.boolean
public: __property System.bool get_DeletionLock();
public:
property System.bool DeletionLock {
System.bool get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also