1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Common
  6. /
  7. Document
  8. /
  9. DocumentKey

DocumentKey

Document.DocumentKey property

Gets the document key that is used to identify the document within an index.

public abstract string DocumentKey { get; }

Property Value

The document key that is used to identify the document within an index.

See Also