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.
| 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;} | |
Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
>