Programming with Reflection
PropertyIsModifiable method
Syntax Modifiable = object.PropertyIsModifiable(PropertyName)
Returns a value indicating whether a given property can be modified. Use SetPropertyProfile to enable or disable the ability to modify a property.
PropertyName Argument Type: String
Required
Specifies the name of the property.
Modifiable Return type: Boolean
True if the property can be changed. False if it cannot.