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