IAzApplicationGroup::get_NonMembersName method (azroles.h)
The NonMembersName property retrieves the account names of accounts that are refused membership in the application group.
This property is read-only.
Syntax
HRESULT get_NonMembersName(
VARIANT *pvarProp
);
Parameters
pvarProp
Return value
None
Remarks
The application group will never have an account specified by this property as a member, even if that account is specified directly or indirectly by the Members property.
Denying membership to an account in an application group does not prevent that account from being assigned to a role through a different application group, nor from being granted permission to a resource through assignment to any other role.
This property is ignored unless the Type property is AZ_GROUPTYPE_BASIC.
In JScript, the returned SAFEARRAY must be converted to the JScript Array object.
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 |