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 user name used to authenticate the feed.
Syntax
HRESULT IFeed2::get_Username(BSTR *username);
Parameters
- username
Pointer to a variable of type BSTR that receives the user name.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Use IFeed::SetCredentials to store the user name, and IFeed::ClearCredentials to remove it.