Description
This property indicates whether this McDBRight object indicates a right containing delete permission.
-
Property type
-
A Boolean value.
-
Syntax
-
object.Delete [= value]
The Delete Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBRight. | | value | A Boolean value. | Remarks
When Owner is an McDBRights object, this property is read-only and is one of the three defining axes of this McDBRight object. When Owner is Nothing, this property may be both read and written, indicating whether the McDBRightsOwner that owns it can delete Unsecure McDBNode objects.
|