PropertyAccess 枚举 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
PropertyAccess 枚举与 PropertyAccessRule 和 PropertySetAccessRule 类一起使用,以指示应用于 Active Directory 属性或属性集的访问类型。
public enum class PropertyAccess
	public enum PropertyAccess
	type PropertyAccess = 
	Public Enum PropertyAccess
		- 继承
 
字段
| 名称 | 值 | 说明 | 
|---|---|---|
| Read | 0 | 指示读取属性的权限。  | 
			
| Write | 1 | 指示写入属性的权限。  |