SynonymCollection Interface
Represents a collection of synonyms for a keyword.
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 SynonymCollection _
Inherits ICollection(Of Synonym), IEnumerable(Of Synonym), _
IEnumerable
'Usage
Dim instance As SynonymCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface SynonymCollection : ICollection<Synonym>,
IEnumerable<Synonym>, IEnumerable
Remarks
This interface is a super-interface of ICollection<T> since it adds a number of convenience methods.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace