Connectivity Software User's Guide and Reference
IsFull Property (UADataSetData)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UADataSetData Class : IsFull Property
Determines whether all fields defined in the dataset metadata are present in the field data dictionary.
Syntax
'Declaration
 
Public ReadOnly Property IsFull As Boolean
'Usage
 
Dim instance As UADataSetData
Dim value As Boolean
 
value = instance.IsFull
public bool IsFull {get;}
public:
property bool IsFull {
   bool get();
}

Property Value

The default value of this property is False.

Remarks

Returns true if metadata exists and all fields defined in it are present in the FieldDataDictionary; otherwise, false.

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