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

Privileges

Privilege settings.

Access type: Read/write

Scripting data type: LONG

// C++ method syntax
HRESULT get_Privileges(
  [out] LONG* retval
);
HRESULT put_Privileges(
  [in] LONG lnPrivileges
);

ProtectedAttrName

Name of a protected attribute.

Access type: Read/write

Scripting data type: BSTR

// C++ method syntax
HRESULT get_ProtecteAttrName(
  [out] BSTR* retVal
);
HRESULT put_ProtectedAttrName(
  [in] BSTR bstrProtectedAttrName
);

SubjectName

Name of the subject.

Access type: Read/write

Scripting data type: BSTR

// C++ method syntax
HRESULT get_SubjectName(
  [out] BSTR* retval
);
HRESULT put_SubjectName(
  [in] BSTR bstrSubjectName
);

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Iads.h
DLL
Activeds.dll
IID
IID_IADsAcl is defined as 8452D3AB-0869-11D1-A377-00C04FB950DC

See also

IADsAcl