QuickOPC User's Guide and Reference
NamePattern Property (_AliasFilter)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Aliasing.ComTypes Namespace > _AliasFilter Interface : NamePattern Property
Syntax
'Declaration
 
<NotNullAttribute()>
Property NamePattern As String
'Usage
 
Dim instance As _AliasFilter
Dim value As String
 
instance.NamePattern = value
 
value = instance.NamePattern
[NotNull()]
string NamePattern {get; set;}
[NotNull()]
property String^ NamePattern {
   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