XMLDA.NET Reference
IsItem Property
See Also  Send Feedback
xmldanet.xmlda Namespace > BrowseElement Class : IsItem Property

Glossary Item Box

If 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.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BrowseElement
Dim value As Boolean
 
instance.IsItem = value
 
value = instance.IsItem
C# 
[XmlAttributeAttribute()]
public bool IsItem {get; set;}

Requirements

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

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.