Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DeleteAppMember method removes the specified IAzApplicationGroup object from the list of application groups that belong to the role.
Syntax
HRESULT DeleteAppMember(
[in] BSTR bstrProp,
[in, optional] VARIANT varReserved
);
Parameters
[in] bstrProp
String that contains the Name property of the IAzApplicationGroup object to remove from the list of application groups that belong to the role.
[in, optional] varReserved
Reserved for future use.
Return value
If the method succeeds, it will return S_OK
. Any other HRESULT value indicates that the operation failed.
Remarks
To view the list of application groups that belong to the role, use the AppMembers property.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | azroles.h |
Library | Azroles.lib |
DLL | Azroles.dll |
Redistributable | Windows Server 2003 Administration Tools Pack on Windows XP |