XMLDA.NET Reference
ItemPath Property
See Also  Send Feedback
xmldanet.xmlda Namespace > ItemProperty Class : ItemPath Property

Glossary Item Box

If this Item Property can be read, written or subscribed to then ItemPath and ItemName together uniquely identify this property in the server??s browse space. If ItemPath is empty, then ItemName by itself is a fully
qualified name that uniquely identifies this element. If ItemPath and ItemName are both blank or missing, then this Item Property cannot be read, written or subscribed to.
See the corresponding section in the OPC DA Custom Specification which references IOPCItemProperties::LookupItemIDs().

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ItemProperty
Dim value As String
 
instance.ItemPath = value
 
value = instance.ItemPath
C# 
[XmlAttributeAttribute()]
public string ItemPath {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.