Determines whether a given attribute Id value is valid in OPC Alarms&Events.
            
            
            
            
            
            
            
            'Declaration
 
<PureAttribute()>
Public Shared Function IsValidAttributeId( _
   ByVal  As Long _
) As Boolean
             
        
            
            'Usage
 
Dim attributeId As Long
Dim value As Boolean
 
value = AEUtilities.IsValidAttributeId(attributeId)
             
        
            
            [Pure()]
public static bool IsValidAttributeId( 
   long 
)
             
        
            
            [Pure()]
public:
static bool IsValidAttributeId( 
   int64 
) 
             
        
             
        
            Parameters
- attributeId
 
- The attribute Id to be tested.
 
            
            Return Value
true if  is a valid attribute Id; false otherwise.
 
            
            
            
            
             
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