SearchResult.Document Property
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Usage
'Usage
Dim instance As SearchResult(Of T)
Dim value As T
value = instance.Document
instance.Document = value
Syntax
'Declaration
Public Property Document As T
public T Document { get; set; }
public:
property T Document {
T get ();
void set (T value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public T get_Document ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_Document (T value)
CompilerGeneratedAttribute
public function get Document () : T
CompilerGeneratedAttribute
public function set Document (value : T)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
SearchResult Class
SearchResult Members
Microsoft.Azure.Search.Models Namespace