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.
Visual Basic (Usage) | ![]() |
---|---|
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 |
Member | Description |
---|---|
all | Branches and items. |
branch | Branches only. |
item | Items only. |
System.Object
System.ValueType
System.Enum
xmldanet.xmlda.browseFilter
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family