Keyword Members
Include Protected Members
Include Inherited Members
Represents a keyword in the SharePoint Enterprise Search keyword and best bet management system.
The Keyword type exposes the following members.
Properties
Name | Description | |
---|---|---|
BestBets | Gets the collection of best bets associated with the keyword. | |
Contact | Gets or sets the contact name for the keyword. | |
Definition | Gets or sets the definition for the keyword. | |
EndDate | Gets or sets the keyword's expiration date. | |
ReviewDate | Gets or sets the review date for the keyword. | |
StartDate | Gets or sets the activation date for the keyword. | |
Synonyms | Gets the synonyms associated with the keyword. | |
Term | Gets or sets the keyword term. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the keyword. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Update | Updates a keyword with the specified changes. |
Top