XMLDA.NET Reference
BrowseElement Class Members
See Also  Properties  Send Feedback
xmldanet.xmlda Namespace : BrowseElement Class


Glossary Item Box

The following tables list the members exposed by BrowseElement.

Public Constructors

 NameDescription
Public ConstructorBrowseElement Constructor  
Top

Public Properties

 NameDescription
Public PropertyHasChildrenIf HasChidren is set, then this indicates that the returned element has children and can be used for a subsequent browse. If it is too time consuming for a server to determine if an element has children, then this value should be set TRUE so that the the client is given the opportunity to attempt to browse for potential children.  
Public PropertyIsItemIf IsItem is set then the element is an item that can be used to Read, Write, and Subscribe.
If ItemPath and ItemName are missing and IsItem is True then this element is a ??hint? versus being a valid item. Refer to the OPC DA Custom Specification for detail on items, or hints.  
Public PropertyItemNameSee ItemPath  
Public PropertyItemPathItemPath and ItemName together uniquely identify this element in the server??s browse space. They are used together in subsequent calls to Browse, Read, Write, Subscribe, and GetProperties. If ItemPath is empty,
then ItemName by itself is a fully qualified name that uniquely identifies this element.
In general, the client should use ItemPath and ItemName as-is for subsequent calls to services.
 
Public PropertyNameShort user friendly portion of the namespace pointing to the element. This is the string to be used for display purposes in a tree control.  
Public PropertyPropertiesAn array of ItemProperty elements as requested.  
Top

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.