XdsObjects Help file
XdsObjects.Dsub Namespace / DSUBNotificationMessage Class / ForderToNotify Property



In This Topic
    ForderToNotify Property
    In This Topic
    XdsFolder whose metadata matches the filter conditions of the subscription
    Syntax
    Public Property ForderToNotify As XdsFolder
    Dim instance As DSUBNotificationMessage
    Dim value As XdsFolder
     
    instance.ForderToNotify = value
     
    value = instance.ForderToNotify
    public XdsFolder ForderToNotify {get; set;}
    public:
    property XdsFolder^ ForderToNotify {
       XdsFolder^ get();
       void set (    XdsFolder^ 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