QuickOPC User's Guide and Reference
AliasProvider Property (UAReactive)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Reactive Namespace > UAReactive Class : AliasProvider Property
The alias provider to be used for resolving aliases by this reactive object.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property AliasProvider As IAliasProvider
'Usage
 
Dim instance As UAReactive
Dim value As IAliasProvider
 
value = instance.AliasProvider
[NotNull()]
public IAliasProvider AliasProvider {get;}
[NotNull()]
public:
property IAliasProvider^ AliasProvider {
   IAliasProvider^ get();
}
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