XdsObjects Help file
XdsObjects.Dsub Namespace / XdsNotifyRequest Class / Topic Property



In This Topic
    Topic Property
    In This Topic
    A set of filter expressions
    Syntax
    Public Property Topic As QueryType
    Dim instance As XdsNotifyRequest
    Dim value As QueryType
     
    instance.Topic = value
     
    value = instance.Topic
    public QueryType Topic {get; set;}
    public:
    property QueryType Topic {
       QueryType get();
       void set (    QueryType 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