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



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