Share via


KeywordInformation.Keyword property

NOTE: This API is now obsolete.

Gets or sets the keyword term.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
<ObsoleteAttribute("This class is obsolete.")> _
Public Property Keyword As String
    Get
    Set
'Usage
Dim instance As KeywordInformation
Dim value As String

value = instance.Keyword

instance.Keyword = value
[DataMemberAttribute]
[ObsoleteAttribute("This class is obsolete.")]
public string Keyword { get; set; }

Property value

Type: System.String
A string containing the keyword term.

See also

Reference

KeywordInformation class

KeywordInformation members

Microsoft.SharePoint.Search.Query namespace