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



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