Name
Get or set the name of the DocLink.
Property get
HRESULT Name([out, retval] BSTR
*pVal);
Parameters
pVal
[out, retval] pointer to a BSTR variable that receives the name
Return Values
S_OK
Function was successfully called
E_POINTER
pVal was no valid pointer
Property set
HRESULT Name([in] BSTR *pVal);
Parameters
pVal
[in] BSTR variable holding the new name
Return Values
S_OK
Function was successfully called