Property methods take the form of either get_<property> or put_<property>. The property methods of the IADsAccessControlEntry interface get or set the properties described below. For more information, see Interface Property Methods.
Property | Access | Method Prototype |
---|---|---|
AccessMask | R/W | HRESULT get_AccessMask ([out] LONG * plnAccessMask);
HRESULT put_AccessMask |
AceType | ReadW | HRESULT get_AceType ([out] LONG * plAceType);
HRESULT put_AceType |
AceFlags | R/W | HRESULT get_AceFlags ([out] LONG * plnAceFlags);
HRESULT put_AceFlags |
Flags | R/W | HRESULT get_Flags ([out] LONG * lnflags);
HRESULT put_Flags |
ObjectType | R/W | HRESULT get_ObjectType ([out] BSTR * bstrObjectType);
HRESULT put_ObjectType |
InheritedObjectType | R/W | HRESULT get_InheritedObjectType ([out] BSTR * bstrInheritedObjectType);
HRESULT put_InheritedObjectType |
Trustee | R/W | HRESULT get_SecurityIdentifier ([out] BSTR * pbstrSecurityId);
HRESULT put_SecurityIdentifier |