windows-itpro-docs/windows/client-management/mdm/icspnodedeleteproperty.md
2018-05-11 10:45:43 -07:00

1.2 KiB
Raw Blame History

title, description, ms.assetid, ms.author, ms.topic, ms.prod, ms.technology, author, ms.date
title description ms.assetid ms.author ms.topic ms.prod ms.technology author ms.date
ICSPNode DeleteProperty ICSPNode DeleteProperty 7e21851f-d663-4558-b3e8-590d24b4f6c4 maricia article w10 windows MariciaAlforque 06/26/2017

ICSPNode::DeleteProperty

This method deletes a property from a configuration service provider node.

Syntax

HRESULT DeleteProperty([in] REFGUID guidProperty);

Parameters

guidProperty
      The GUID of the property to delete.

Return Value

A value of S_OK indicates that a node was successfully found. CFGMGR_E_PROPERTYNOTSUPPORTED indicates that this node does not manage or implement the property itself, but delegates it to ConfigManager2. E_NOTIMPL indicates this method is not supported by this node.

Remarks

For externallytransactioned nodes, if this method is implemented, then ICSPNode::SetProperty must also be implemented or rollback will fail.

Requirements

Header: None

Create a custom configuration service provider