Returns a Boolean value that indicates if the property for an object is set to read-only.
Syntax
object.IsPropertyReadOnly(value)
Parameters
object
Required. An object variable that evaluates to a catalog object property.
value
Required. The name of the value for which to check the read-only property.
Remarks
If the value returned by the IsPropertyReadOnly method is True, then you cannot modify the property. If the value returned is False, you can modify the property using the Value property.