PropertyAccess 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
PropertyAccess 列舉型別 (Enumeration) 與 PropertyAccessRule 和 PropertySetAccessRule 類別 (Class) 搭配使用,以指出套用至 Active Directory 屬性或屬性集 (Property Set) 的存取類型。
public enum class PropertyAccess
public enum PropertyAccess
type PropertyAccess =
Public Enum PropertyAccess
- 繼承
欄位
Read | 0 | 表示讀取屬性的權限。 |
Write | 1 | 表示寫入屬性的權限。 |