Property methods take the form of either get_<property> or put_<property>. The property methods of the IADsAccessControlList interface get or set the properties described below. For more information, see Interface Property Methods.
Property | Access | Method Prototype | |
---|---|---|---|
AclRevision | R/W | HRESULT get_AclRevision ([out] LONG *lnAclRevision)
HRESULT put_AclRevision |
|
AceCount | R/W | HRESULT get AceCount ([out] LONG *lnAceCount)
HRESULT put AceCount |
|
_NewEnum | R/O | HRESULT get__NewEnum ([out] IUnknown *ppEnumerator); |
The revision level of an access control list. This value should be ACL_REVISION. All ACEs in an ACL must be at the same revision level.