QuickOPC User's Guide and Reference
DataTypeFilter Property (_DABrowseParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.ComTypes Namespace > _DABrowseParameters Interface : DataTypeFilter Property
Specifies to only return nodes of certain data type. Use Empty for no filtering.
Syntax
'Declaration
 
<NotNullAttribute()>
Property DataTypeFilter As VarType
'Usage
 
Dim instance As _DABrowseParameters
Dim value As VarType
 
instance.DataTypeFilter = value
 
value = instance.DataTypeFilter
[NotNull()]
VarType DataTypeFilter {get; set;}
[NotNull()]
property VarType^ DataTypeFilter {
   VarType^ get();
   void set (    VarType^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also