OPCDA.NET Reference Manual
BrowseModeOneLevel Property
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > ShowBrowseTree Class : BrowseModeOneLevel Property

Glossary Item Box

If true the the server browsing is done on demand. Initially only one level is browsed. Sub-branches are browsed from the TreeView event handler when a yet unbrowsed branch is selected. If false then the whole server tree structure is browsed and a corresponding TreeNode structure is built. NOTE: With complex servers this may take a long time.

Syntax

Visual Basic (Declaration) 
Public Property BrowseModeOneLevel As Boolean
C# 
public bool BrowseModeOneLevel {get; set;}

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.