XdsObjects Help file
XdsObjects Namespace / XdsRetrieveResponse Class / Documents Property



In This Topic
    Documents Property (XdsRetrieveResponse)
    In This Topic
    The list of documents returned.
    Syntax
    Public Property Documents As List(Of XdsDocument)
    Dim instance As XdsRetrieveResponse
    Dim value As List(Of XdsDocument)
     
    instance.Documents = value
     
    value = instance.Documents
    public List<XdsDocument> Documents {get; set;}
    public:
    property List<XdsDocument^>^ Documents {
       List<XdsDocument^>^ get();
       void set (    List<XdsDocument^>^ value);
    }
    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