QuickOPC User's Guide and Reference
SelectLowestLevelDataTypeDescription Property (UAXmlSchemaDtsParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel Namespace > UAXmlSchemaDtsParameters Class : SelectLowestLevelDataTypeDescription Property
Determines whether the data type description will be restricted to lowest level data types only.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property SelectLowestLevelDataTypeDescription As Boolean
'Usage
 
Dim instance As UAXmlSchemaDtsParameters
Dim value As Boolean
 
instance.SelectLowestLevelDataTypeDescription = value
 
value = instance.SelectLowestLevelDataTypeDescription
[DefaultValue(true)]
public bool SelectLowestLevelDataTypeDescription {get; set;}
[DefaultValue(true)]
public:
property bool SelectLowestLevelDataTypeDescription {
   bool get();
   void set (    bool value);
}
Remarks

Some OPC servers return data type descriptions (XPath-s) which are ambiguous, such as "//xs:element[@name='someType']" while multiple 'element' elements named 'someType' exist in the XML schema. When this parameter is true, the data type system will only consider the returned XPath processing results on the lowest level in the document (XML schema).

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