Determines whether a given namespace index is valid in OPC Unified Architecture.
            
            
            Syntax
            
            
            
            
            'Declaration
 
<PureAttribute()>
Public Shared Function IsValidNamespaceIndex( _
   ByVal  As Integer _
) As Boolean
             
        
            
            'Usage
 
Dim namespaceIndex As Integer
Dim value As Boolean
 
value = UAUtilities.IsValidNamespaceIndex(namespaceIndex)
             
        
            
            [Pure()]
public static bool IsValidNamespaceIndex( 
   int 
)
             
        
            
            [Pure()]
public:
static bool IsValidNamespaceIndex( 
   int 
) 
             
        
             
        
            Parameters
- namespaceIndex
- The namespace index to be tested.
Return Value
true if  is a valid namespace index; false otherwise.
 
            
            
            
            
            
            
            
            
            
            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