This document is archived and information here might be outdated. Recommended version. |
Title of the item.
[Visual Basic .NET]
Public Property Title As String
[C#]
public string Title {get; set;}
[C++]
HRESULT get_Title(
System.String* pTitle
);
[C++]
HRESULT put_Title(
BSTR pTitle
);
[C++] Parameters pTitle [out, retval]
pTitle is a parameter of type BSTR* pTitle [in]
pTitle is a parameter of type BSTR