Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNodeSubtreeChangeMonitor Class / MonitorAggregatedSubtree Property


In This Topic
    MonitorAggregatedSubtree Property
    In This Topic
    Gets or sets whether the aggregated subtree must be monitored for changes, or only the node children subtree must be monitored for changes. This property can only be modified prior to calling the StartMonitoring method. By default set to true.
    Syntax
    'Declaration
     
    
    Public Property MonitorAggregatedSubtree As System.Boolean
    'Usage
     
    
    Dim instance As NNodeSubtreeChangeMonitor
    Dim value As System.Boolean
     
    instance.MonitorAggregatedSubtree = value
     
    value = instance.MonitorAggregatedSubtree
    public System.bool MonitorAggregatedSubtree {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also