QuickOPC User's Guide and Reference
IsValid Property (_StructuredData)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel.ComTypes Namespace > _StructuredData Interface : IsValid Property
Indicates whether the current data is valid. The associated data type, if present, is used for validation.
Syntax
'Declaration
 
ReadOnly Property IsValid As Boolean
'Usage
 
Dim instance As _StructuredData
Dim value As Boolean
 
value = instance.IsValid
bool IsValid {get;}
property bool IsValid {
   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