DeleteProp
Applies to: SharePoint Foundation 2010
Deletes the specified document property from the property bag.
HRESULT DeleteProp(
LPCSTR szName
);
Parameters
szName
[in] The name of the property to delete.
Return Value
The IParserPropertyBag Interface methods return typical HRESULT values. In general, the method should return a positive OK value when successful or a negative FAIL value when unsuccessful.