QuickOPC User's Guide and Reference
CustomReference Property (_EasyDAClientConfiguration)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.ComTypes Namespace > _EasyDAClientConfiguration Interface : CustomReference Property
Can be used to distinguish otherwise equal widgets.
Syntax
'Declaration
 
<NotNullAttribute()>
Property CustomReference As String
'Usage
 
Dim instance As _EasyDAClientConfiguration
Dim value As String
 
instance.CustomReference = value
 
value = instance.CustomReference
[NotNull()]
string CustomReference {get; set;}
[NotNull()]
property String^ CustomReference {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012; .NET Core: Linux, macOS, Microsoft Windows

See Also

Reference

_EasyDAClientConfiguration Interface
_EasyDAClientConfiguration Members