GenericAce.AceFlags 属性
定义
获取或设置与此 AceFlags 对象关联的 GenericAce 对象。Gets or sets the AceFlags associated with this GenericAce object.
public:
property System::Security::AccessControl::AceFlags AceFlags { System::Security::AccessControl::AceFlags get(); void set(System::Security::AccessControl::AceFlags value); };
public System.Security.AccessControl.AceFlags AceFlags { get; set; }
member this.AceFlags : System.Security.AccessControl.AceFlags with get, set
Public Property AceFlags As AceFlags
属性值
与此 AceFlags 对象关联的 GenericAce。The AceFlags associated with this GenericAce object.
注解
AceFlags对象包含标志,这些标志指定有关访问控制项 (ACE) 的继承、继承传播和审核条件的信息。An AceFlags object contains flags that specify information about the inheritance, inheritance propagation, and auditing conditions for an Access Control Entry (ACE).