OPC Studio User's Guide and Reference
UAQueryApplicationsFilter Constructor(String,String,String,UAApplicationTypes,IEnumerable<String>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UAQueryApplicationsFilter Class > UAQueryApplicationsFilter Constructor : UAQueryApplicationsFilter Constructor(String,String,String,UAApplicationTypes,IEnumerable<String>)
The ApplicationName of the Applications to return.

The value of this parameter cannot be null (Nothing in Visual Basic).

The ApplicationUri of the Servers to return.

The value of this parameter cannot be null (Nothing in Visual Basic).

The ProductUri of the Servers to return.

The value of this parameter cannot be null (Nothing in Visual Basic).

A mask indicating what types of applications are returned.
The Servers returned shall support all the server capabilities specified.

The value of this parameter cannot be null (Nothing in Visual Basic).

Initializes a new instance of the class, specifying its individual properties.
Syntax
'Declaration
 
Public Function New( _
   ByVal applicationName As String, _
   ByVal applicationUriString As String, _
   ByVal productUriString As String, _
   ByVal applicationTypes As UAApplicationTypes, _
   ByVal serverCapabilities As IEnumerable(Of String) _
)
'Usage
 
Dim applicationName As String
Dim applicationUriString As String
Dim productUriString As String
Dim applicationTypes As UAApplicationTypes
Dim serverCapabilities As IEnumerable(Of String)
 
Dim instance As New UAQueryApplicationsFilter(applicationName, applicationUriString, productUriString, applicationTypes, serverCapabilities)

Parameters

applicationName
The ApplicationName of the Applications to return.

The value of this parameter cannot be null (Nothing in Visual Basic).

applicationUriString
The ApplicationUri of the Servers to return.

The value of this parameter cannot be null (Nothing in Visual Basic).

productUriString
The ProductUri of the Servers to return.

The value of this parameter cannot be null (Nothing in Visual Basic).

applicationTypes
A mask indicating what types of applications are returned.
serverCapabilities
The Servers returned shall support all the server capabilities specified.

The value of this parameter cannot be null (Nothing in Visual Basic).

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