XdsObjects Help file
XdsObjects Namespace / XdsQueryResponse Class / ReturnedDocuments Property



In This Topic
    ReturnedDocuments Property
    In This Topic
    List of documents returned by the query
    Syntax
    Public ReadOnly Property ReturnedDocuments As List(Of XdsDocument)
    Dim instance As XdsQueryResponse
    Dim value As List(Of XdsDocument)
     
    value = instance.ReturnedDocuments
    public List<XdsDocument> ReturnedDocuments {get;}
    public:
    property List<XdsDocument^>^ ReturnedDocuments {
       List<XdsDocument^>^ get();
    }
    Remarks

    Being the results of a query, this list only contains metadata about the documents, not their actual contents

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also