DocumentIndexResponse.Results Property
Optional. Gets the list of status information for each document in the indexing request.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Usage
'Usage
Dim instance As DocumentIndexResponse
Dim value As IList(Of IndexResult)
value = instance.Results
instance.Results = value
Syntax
'Declaration
Public Property Results As IList(Of IndexResult)
public IList<IndexResult> Results { get; set; }
public:
property IList<IndexResult^>^ Results {
IList<IndexResult^>^ get ();
void set (IList<IndexResult^>^ value);
}
/** @property */
public IList<IndexResult> get_Results ()
/** @property */
public void set_Results (IList<IndexResult> value)
public function get Results () : IList<IndexResult>
public function set Results (value : IList<IndexResult>)
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
DocumentIndexResponse Class
DocumentIndexResponse Members
Microsoft.Azure.Search.Models Namespace