Table of Contents

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

long

Name

The name of the keyword used for search and identification purposes.

string Name { get; set; }

Property Value

string