QuickOPC User's Guide and Reference
ItemId Property (DAPropertyElement)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.AddressSpace Namespace > DAPropertyElement Class : ItemId Property
A fully qualified Item Id that can be used to access this property. An empty string denotes that the property can not be accessed via an Item Id.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=True, 
   Order=8, 
   ShortName="Item ID")>
<NotNullAttribute()>
Public Property ItemId As String
'Usage
 
Dim instance As DAPropertyElement
Dim value As String
 
instance.ItemId = value
 
value = instance.ItemId
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=8, 
   ShortName="Item ID")]
[NotNull()]
public string ItemId {get; set;}
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=8, 
   ShortName="Item ID")]
[NotNull()]
public:
property String^ ItemId {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also