IFeed::LocalId Property
Retrieves the GUID associated with the feed.
Syntax
HRESULT IFeed::get_LocalId(BSTR *feedGuid);
Parameters
- feedGuid
Pointer to a variable of type BSTR that receives the GUID.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The LocalId property is assigned by the Feed Download Engine to uniquely identify the feed.