Platform SDK: Active Directory, ADSI, and Directory Services

IADsAcl Property Methods

The property method of the IADsAcl interface sets the property described in the following table. For more information, see Interface Property Methods.

Properties in Vtable Order

Property Description
ProtectedAttrName

[Visual Basic]
Access: Read/Write
Data Type: BSTR

[C++]
HRESULT get_ProtecteAttrName
(BSTR
*retVal);

HRESULT put_ProtectedAttrName
(BSTR
bstrProtectedAttrName);

Name of a protected attribute.
SubjectName

[Visual Basic]
Access: Read/Write
Data Type: BSTR

[C++]
HRESULT get_SubjectName
(BSTR
*retval);

HRESULT put_SubjectName
(BSTR
bstrSubjectName);

Name of the subject.
Privileges

[Visual Basic]
Access: Read/Write
Data Type: LONG

[C++]
HRESULT get_Privileges
(LONG
*retval);

HRESULT put_Privileges
(LONG
lnPrivileges);

Privilege settings.

See Also

IADsAcl