QuickOPC User's Guide and Reference
FilterIsStrictlyPhysical Property (_UADataSetSubscriptionDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.ComTypes Namespace > _UADataSetSubscriptionDescriptor Interface : FilterIsStrictlyPhysical Property
Determines whether the filter is strictly physical.
Syntax
'Declaration
 
ReadOnly Property FilterIsStrictlyPhysical As Boolean
'Usage
 
Dim instance As _UADataSetSubscriptionDescriptor
Dim value As Boolean
 
value = instance.FilterIsStrictlyPhysical
bool FilterIsStrictlyPhysical {get;}
property bool FilterIsStrictlyPhysical {
   bool get();
}
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