Synonym Interface
Represents a synonym to a query term as defined in the Keyword property.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface Synonym _
Inherits SearchSetting, Describable, Identifiable, IComparable(Of Synonym)
'Usage
Dim instance As Synonym
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface Synonym : SearchSetting,
Describable, Identifiable, IComparable<Synonym>
Remarks
Most properties and operations are defined in the super-interface.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace