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



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