XMLDA.NET Reference
ItemName Property
See Also  Send Feedback
xmldanet.xmlda Namespace > ItemIdentifier Class : ItemName Property

Glossary Item Box

Identifier of the Data. It is free format (as in the OPC COM server). Required attribute.
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 ItemIdentifier
Dim value As String
 
instance.ItemName = value
 
value = instance.ItemName
C# 
[XmlAttributeAttribute()]
public string ItemName {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.