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

Glossary Item Box

A portion of the namespace pointing to the data. The ItemPath is server specific and the client should not make any implications about its content, structure, or consistency across servers. ItemPath may or may not imply node, or server.
If an XML-DA server was front ending a DA based server, then an example could be: \\NODE\OPC.DAServer.2.
ItemPath is a hierarchical parameter. If ItemPath is Blank or missing at all levels of the hierarchy, then the ItemName is expected to be a fully qualified name.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As WriteRequestItemList
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.