IndexResult.Key Property
Applies To: Microsoft Azure
Gets the key of a document that was in the indexing request.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Syntax
public string Key { get; }
public:
property String^ Key {
String^ get();
}
member Key : string with get
Public ReadOnly Property Key As String
Property Value
Type: System.String
See Also
IndexResult Class
Microsoft.Azure.Search.Models Namespace
Return to top