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