QuickOPC User's Guide and Reference
Differentiator Property (_EasyDAClientSelector)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.ComTypes Namespace > _EasyDAClientSelector Interface : Differentiator Property
An arbitrary string that differentiates the selected object from others with the same parameters.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property Differentiator As String
'Usage
 
Dim instance As _EasyDAClientSelector
Dim value As String
 
instance.Differentiator = value
 
value = instance.Differentiator
[CanBeNull()]
string Differentiator {get; set;}
[CanBeNull()]
property String^ Differentiator {
   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