PropertyAccessLevels class

PropertyAccessLevels class

The PropertyAccessLevels type exposes the following members:

Fields

Field Description
READ The property is read-only.
UPDATE It is possible to update the property using the method.
REMOVE The property can be removed through the method.
ADD It is possible to update the property using the method.
ADD_OR_UPDATE It is allowed to add and update the property. All other operations are restricted.
FULL Grants full access to the property.

See Also