IADsAccessControlList Property Methods

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.

Properties in Vtable Order

Property Access Method Prototype
AclRevision R/W HRESULT get_AclRevision
([out] LONG *lnAclRevision)

HRESULT put_AclRevision
([in] LONG lnAclRevision)

AceCount R/W HRESULT get AceCount
([out] LONG *lnAceCount)

HRESULT put AceCount
([in] LONG lnAceCount)

_NewEnum R/O HRESULT get__NewEnum
([out] IUnknown *ppEnumerator);

Property Descriptions

AclRevision

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.

AceCount
The number of access control entries in the access control list.
_NewEnum
Returns an enumerator dependent object that implements IEnumVARIANT.