| 
            
              Variable(UInt32) Constructor
             | 
          
        
        
            Creates a 
Variable instance with a specific object identifier.
            
 
        
        Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.258-beta
Syntax[CLSCompliantAttribute(false)]
public Variable(
	uint[] id
)
<CLSCompliantAttribute(false)>
Public Sub New ( 
	id As UInteger()
)
public:
[CLSCompliantAttribute(false)]
Variable(
	array<unsigned int>^ id
)
[<CLSCompliantAttribute(false)>]
new : 
        id : uint32[] -> VariableGSF.Net.Snmp.Variable = function(id);
 View SourceParameters
- id  UInt32
 - Object identifier
 
See Also