XMLDA.NET Reference
browseFilter Enumeration
See Also  Send Feedback
xmldanet.xmlda Namespace : browseFilter Enumeration

Glossary Item Box

An enumeration {all, branch, item} specifying which subset of browse elements to return. See the table in the comments section of the OPC specification to determine which combination of bits in BrowseElement are returned for each value of BrowseFilter.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As browseFilter
C# 
[XmlTypeAttribute("http://opcfoundation.org/webservices/XMLDA/1.0/")]
[GeneratedCodeAttribute(Tool="svcutil", Version="3.0.4506.30")]
[SerializableAttribute()]
public enum browseFilter : System.Enum 

Members

MemberDescription
allBranches and items.
branchBranches only.
itemItems only.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         xmldanet.xmlda.browseFilter

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.