Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the title from the feed or feed item.
Syntax
HRESULT IFeed::get_Title(BSTR *title);
Parameters
- title
Pointer to a variable of type BSTR that receives the title of the object.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Title is a required feed element, and an optional feed item element. The property value is NULL if not specified in the source.
Caller is responsible for freeing the memory with SysFreeString.
See Also