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