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

Glossary Item Box

Item canonical data type filter. The default is to include all items. This is specified as: C# : typeof(void) VB : Type.GetType("System.Void") If another type is defined then only items with this canonical data type are included in the browse result.

Syntax

Visual Basic (Declaration) 
Public Property FilterDatatype As Type
C# 
public Type FilterDatatype {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.