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

Glossary Item Box

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

Syntax

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