QuickOPC User's Guide and Reference
IsNull Property (UADataSetSubscriptionDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UADataSetSubscriptionDescriptor Class : IsNull Property
Determines whether the current object is a null dataset subscription descriptor.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
<PureAttribute()>
Public ReadOnly Property IsNull As Boolean
'Usage
 
Dim instance As UADataSetSubscriptionDescriptor
Dim value As Boolean
 
value = instance.IsNull
[DefaultValue(true)]
[Pure()]
public bool IsNull {get;}
[DefaultValue(true)]
[Pure()]
public:
property bool IsNull {
   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