QuickOPC User's Guide and Reference
AliasName Property (_UAAttributeOperand)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering.ComTypes Namespace > _UAAttributeOperand Interface : AliasName Property
Symbolic name that can be used to alias this operand and use it in other locations in the filter structure.
Syntax
'Declaration
 
<NotNullAttribute()>
Property AliasName As String
'Usage
 
Dim instance As _UAAttributeOperand
Dim value As String
 
instance.AliasName = value
 
value = instance.AliasName
[NotNull()]
string AliasName {get; set;}
[NotNull()]
property String^ AliasName {
   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