XdsObjects Help file
XdsObjects Namespace / XdsQueryRequest Class / RequestedDocumentEntryTypes Property



In This Topic
    RequestedDocumentEntryTypes Property
    In This Topic
    Optional. If no value is specified for RequestedDocumentEntryTypes, the value requesting only Stable Document Entries shall be assumed. To get all Document Entry types from Registry Stored Query, the query shall contain both of the valid values for Stable and On-Demand document in the request
    Syntax
    Public Property RequestedDocumentEntryTypes As XdsMultiString
    Dim instance As XdsQueryRequest
    Dim value As XdsMultiString
     
    instance.RequestedDocumentEntryTypes = value
     
    value = instance.RequestedDocumentEntryTypes
    public XdsMultiString RequestedDocumentEntryTypes {get; set;}
    public:
    property XdsMultiString^ RequestedDocumentEntryTypes {
       XdsMultiString^ get();
       void set (    XdsMultiString^ 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