OPCDA.NET Reference Manual
BrowseElement Class Members
See Also  Fields  Methods  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace : BrowseElement Class


Glossary Item Box

The following tables list the members exposed by BrowseElement.

Public Constructors

 NameDescription
Public ConstructorBrowseElement Constructor  
Top

Public Fields

 NameDescription
Public FieldError HRESULT error code.  
Public FieldHasChildren 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 FieldIsItem Indicates that the element is an item that can be used to Read, Write, and Subscribe. If set and ItemID is a NULL string, then this element is a “hint” versus being a valid item.  
Public FieldItemID The unique identifier for this item that can be used with AddItems, Browse or GetProperties.  
Public FieldName Short 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 FieldProperties The Item Properties associated with this item.  
Top

Public Methods

 NameDescription
Public MethodGetProperty Get the Property object for a given property id number.  
Public MethodGetPropertyAccessRights Returns the value of property 5 as an OPCACCESSRIGHTS enumerator. OPCACCESSRIGHTS.OPC_UNKNOWN is returned if the property 5 is not available.  
Public MethodGetPropertyDatatype Returns the value of property 1 converted to a .NET Type. Type Void is returned if the property 1 is not available.  
Top

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.