DocumentDocumentKey Property |
Gets the document key that is used to identify the document within an index.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.3
Syntaxpublic abstract string DocumentKey { get; }
Public MustOverride ReadOnly Property DocumentKey As String
Get
public:
virtual property String^ DocumentKey {
String^ get () abstract;
}
abstract DocumentKey : string with get
Property Value
Type:
StringThe document key.
See Also