Skip to content

Latest commit

 

History

History
133 lines (112 loc) · 5.19 KB

nf-azroles-iazrole-deletepropertyitem.md

File metadata and controls

133 lines (112 loc) · 5.19 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:azroles.IAzRole.DeletePropertyItem
IAzRole::DeletePropertyItem (azroles.h)
Removes the specified entity from the specified list. (IAzRole.DeletePropertyItem)
AZ_PROP_ROLE_APP_MEMBERS
AZ_PROP_ROLE_MEMBERS
AZ_PROP_ROLE_MEMBERS_NAME
AZ_PROP_ROLE_OPERATIONS
AZ_PROP_ROLE_TASKS
AzRole object [Security]
DeletePropertyItem method
DeletePropertyItem
DeletePropertyItem method [Security]
DeletePropertyItem method [Security]
AzRole object
DeletePropertyItem method [Security]
IAzRole interface
IAzRole interface [Security]
DeletePropertyItem method
IAzRole.DeletePropertyItem
IAzRole::DeletePropertyItem
azroles/IAzRole::DeletePropertyItem
security.iazrole_deletepropertyitem
security\iazrole_deletepropertyitem.htm
security
79315dbc-70b4-4667-8187-9b26b971baee
12/05/2018
AZ_PROP_ROLE_APP_MEMBERS, AZ_PROP_ROLE_MEMBERS, AZ_PROP_ROLE_MEMBERS_NAME, AZ_PROP_ROLE_OPERATIONS, AZ_PROP_ROLE_TASKS, AzRole object [Security],DeletePropertyItem method, DeletePropertyItem, DeletePropertyItem method [Security], DeletePropertyItem method [Security],AzRole object, DeletePropertyItem method [Security],IAzRole interface, IAzRole interface [Security],DeletePropertyItem method, IAzRole.DeletePropertyItem, IAzRole::DeletePropertyItem, azroles/IAzRole::DeletePropertyItem, security.iazrole_deletepropertyitem
azroles.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Azroles.lib
Azroles.dll
Windows
Windows Server 2003 Administration Tools Pack on Windows XP
19H1
IAzRole::DeletePropertyItem
azroles/IAzRole::DeletePropertyItem
c++
APIRef
kbSyntax
COM
Azroles.dll
IAzRole.DeletePropertyItem
AzRole.DeletePropertyItem

IAzRole::DeletePropertyItem

-description

The DeletePropertyItem method removes the specified entity from the specified list.

-parameters

-param lPropId [in]

Property ID of the list from which to remove the entity specified by the varProp parameter. The following table shows the possible values.

Value Meaning
AZ_PROP_ROLE_APP_MEMBERS
Can also be removed using the DeleteAppMember method
AZ_PROP_ROLE_MEMBERS
Can also be removed using the DeleteMember method
AZ_PROP_ROLE_MEMBERS_NAME
Can also be removed using the DeleteMemberName method
AZ_PROP_ROLE_OPERATIONS
Can also be removed using the DeleteOperation method
AZ_PROP_ROLE_TASKS
Can also be removed using the DeleteTask method

-param varProp [in]

Entity to remove from the list specified by the lPropId parameter.

The variant must be a BSTR variant.

If AZ_PROP_ROLE_MEMBERS is specified for the lPropId parameter, the string is the security identifier (SID) of the Windows account to remove from the list. If AZ_PROP_ROLE_MEMBERS_NAME is specified for the lPropId parameter, the string is the account name of the account to remove from the list. The account name can be in either user principal name (UPN) format (for example, "someone@example.com") or in the "ExampleDomain\UserName" format. If AZ_PROP_ROLE_APP_MEMBERS is specified for the lPropId parameter, the string is the Name property of the IAzApplicationGroup object to remove from the list.

-param varReserved [in, optional]

Reserved for future use.

-returns

The return value is an HRESULT. A value of S_OK indicates success. Any other value indicates that the operation failed.