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
-
-
Access type: Read/write
-
Scripting data type: LONG
-
// C++ method syntax HRESULT get_Privileges( [out] LONG* retval ); HRESULT put_Privileges( [in] LONG lnPrivileges );
Privilege settings.
-
-
ProtectedAttrName
-
-
Access type: Read/write
-
Scripting data type: BSTR
-
// C++ method syntax HRESULT get_ProtecteAttrName( [out] BSTR* retVal ); HRESULT put_ProtectedAttrName( [in] BSTR bstrProtectedAttrName );
Name of a protected attribute.
-
-
SubjectName
-
-
Access type: Read/write
-
Scripting data type: BSTR
-
// C++ method syntax HRESULT get_SubjectName( [out] BSTR* retval ); HRESULT put_SubjectName( [in] BSTR bstrSubjectName );
Name of the subject.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
DLL |
|
IID |
IID_IADsAcl is defined as 8452D3AB-0869-11D1-A377-00C04FB950DC |