windows-itpro-docs/windows/client-management/mdm/icspnodedeleteproperty.md
2019-06-10 11:56:55 -07:00

1.2 KiB
Raw Blame History

title, description, ms.assetid, ms.reviewer, manager, ms.author, ms.topic, ms.prod, ms.technology, author, ms.date
title description ms.assetid ms.reviewer manager ms.author ms.topic ms.prod ms.technology author ms.date
ICSPNode DeleteProperty ICSPNode DeleteProperty 7e21851f-d663-4558-b3e8-590d24b4f6c4 dansimp dansimp article w10 windows manikadhiman 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