ICodeStoreDBEntry::DeleteProperty Method
Deletes a property.
Syntax
HRESULT DeleteProperty( LPCOLESTR pszName );
Parameters
- pszName
[in] A pointer to a string that specifies the name of the property to delete.
Return Value
Returns S_OK if successful, or an error value otherwise.