SynonymCollection.Item Property
Retrieves the synonym of the keyword for a given synonym term.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
synonymTerm As String _
) As Synonym
Get
'Usage
Dim instance As SynonymCollection
Dim synonymTerm As String
Dim value As Synonym
value = instance(synonymTerm)
Synonym this[
string synonymTerm
] { get; }
Parameters
- synonymTerm
Type: System.String
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.Synonym
A Synonym if one with the given term exists in the collection, [null] otherwise
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace