windows-itpro-docs/windows/client-management/mdm/icspnodedeleteproperty.md
Nicholas Brower ced60b41cc Merged PR 1941: adding ms.date to each mdm topic
adding ms.date to each mdm topic
2017-06-26 21:36:04 +00: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 nickbrower 06/19/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