PropertyAccessLevels
PropertyAccessLevels enumeration
定义元数据属性的访问级别。
[Flags]
public enum PropertyAccessLevels
价值观
| 姓名 | 价值 | 描述 |
|---|---|---|
| Read | 0 |
该属性是只读的。 |
| Update | 1 |
可以使用更新属性UpdateProperties方法. |
| Remove | 2 |
该属性可以通过RemoveProperties方法. |
| Add | 4 |
可以使用更新属性AddProperties方法. |
| Full | 7 |
授予对该属性的完全访问权限。 |
| AddOrUpdate | 5 |
允许添加和更新属性。所有其他操作都受到限制。 |