XdsObjects Help file
XdsObjects.Dsub Namespace / XdsSubscriptionRequest Class / Query Property



In This Topic
    Query Property
    In This Topic
    Filters to narrow down for which topics the notification should be sent
    Syntax
    Public Property Query As XdsQueryRequest
    Dim instance As XdsSubscriptionRequest
    Dim value As XdsQueryRequest
     
    instance.Query = value
     
    value = instance.Query
    public XdsQueryRequest Query {get; set;}
    public:
    property XdsQueryRequest^ Query {
       XdsQueryRequest^ get();
       void set (    XdsQueryRequest^ 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