DocumentGetResponseBase<T>.Document Property

 

Applies To: Microsoft Azure

Gets the document that was retrieved from the index.

Namespace:   Microsoft.Azure.Search.Models
Assembly:  Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)

Syntax

public T Document { get; set; }
public:
property T Document {
    T get();
    void set(T value);
}
member Document : 'T with get, set
Public Property Document As T

Property Value

Type: T

See Also

DocumentGetResponseBase<T> Class
Microsoft.Azure.Search.Models Namespace

Return to top