XdsObjects Help file
XdsObjects Namespace / XdsQueryResponse Class / ReturnedSubmissionSets Property



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

    Being the results of a query, this list only contains metadata about the Submission Sets, 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