QuickOPC User's Guide and Reference
ServerCapabilities Property (_UAQueryApplicationsFilter)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery.ComTypes Namespace > _UAQueryApplicationsFilter Interface : ServerCapabilities Property
List of Server capability filters. Only records with all of the specified server capabilities are returned.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Property ServerCapabilities As StringCollection
'Usage
 
Dim instance As _UAQueryApplicationsFilter
Dim value As StringCollection
 
instance.ServerCapabilities = value
 
value = instance.ServerCapabilities
[ElementsNotNull()]
[NotNull()]
StringCollection ServerCapabilities {get; set;}
[ElementsNotNull()]
[NotNull()]
property StringCollection^ ServerCapabilities {
   StringCollection^ get();
   void set (    StringCollection^ value);
}
Remarks

If no server capabilities are provided this filter is not used.

The Servers returned shall support all of the server capabilities specified.

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