QuickOPC User's Guide and Reference
ApplicationTypes Property (UAQueryApplicationsFilter)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UAQueryApplicationsFilter Class : ApplicationTypes Property
A mask indicating what types of applications are returned.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property ApplicationTypes As UAApplicationTypes
'Usage
 
Dim instance As UAQueryApplicationsFilter
Dim value As UAApplicationTypes
 
instance.ApplicationTypes = value
 
value = instance.ApplicationTypes
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public UAApplicationTypes ApplicationTypes {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property UAApplicationTypes ApplicationTypes {
   UAApplicationTypes get();
   void set (    UAApplicationTypes value);
}
Remarks

If the mask is UAApplicationTypes.None then all applications are returned.

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