XdsObjects Help file
XdsObjects Namespace / XdsQueryRequest Class / QueryReturnType Property



In This Topic
    QueryReturnType Property
    In This Topic
    Specify the Return Type of the Query
    Syntax
    Public Property QueryReturnType As QueryReturnType
    Dim instance As XdsQueryRequest
    Dim value As QueryReturnType
     
    instance.QueryReturnType = value
     
    value = instance.QueryReturnType
    public QueryReturnType QueryReturnType {get; set;}
    public:
    property QueryReturnType QueryReturnType {
       QueryReturnType get();
       void set (    QueryReturnType 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