IsModifiable Property
Specifies whether an object can be modified.
Syntax
object.IsModifiable
Properties
The IsModifiable property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
Whether the object can be modified. |
Settings
The settings for Boolean are:
Value |
Description |
True |
The object can be modified. |
False |
The object cannot be modified. |