OPC Studio User's Guide and Reference
ValidLeafTypeList Property (NodeCollection)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.NodeSpace Namespace > NodeCollection Class : ValidLeafTypeList Property
The types of leaf sub-nodes that can be added to this node collection.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<NotNullAttribute()>
Public ReadOnly Property ValidLeafTypeList As IReadOnlyList(Of Type)
'Usage
 
Dim instance As NodeCollection
Dim value As IReadOnlyList(Of Type)
 
value = instance.ValidLeafTypeList
[Browsable(false)]
[NotNull()]
public IReadOnlyList<Type> ValidLeafTypeList {get;}
[Browsable(false)]
[NotNull()]
public:
property IReadOnlyList<Type^>^ ValidLeafTypeList {
   IReadOnlyList<Type^>^ get();
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The individual elements of the property value cannot be null (Nothing in Visual Basic).

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