Keyword Interface
Represents a search 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.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Interface Keyword _
Inherits IComparable(Of Keyword), Identifiable
'Usage
Dim instance As Keyword
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public interface Keyword : IComparable<Keyword>,
Identifiable
Remarks
Note that all create, update and delete operations on keyword objects are immediately persisted.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace