Interface IKeywordInfo
- Namespace
- XENBIT.ResQueServe.Abstractions.Interfaces
- Assembly
- RQS.Abstractions.dll
public interface IKeywordInfo : IShelf
- Inherited Members
Properties
Id
long Id { get; set; }
Property Value
Name
The name of the keyword used for search and identification purposes.
string Name { get; set; }