TermCollection Interface
Represents a collection of terms used in linguistic features.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Linguistics
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Interface TermCollection _
Inherits ICollection(Of String), IEnumerable(Of String), _
IEnumerable
'Usage
Dim instance As TermCollection
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public interface TermCollection : ICollection<string>,
IEnumerable<string>, IEnumerable
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Linguistics Namespace