Get SNMP version 3 agent authoritative engine boots object

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
public int EngineBoots { get; set; }
Visual Basic (Declaration)
Public Property EngineBoots As Integer
Visual C++
public:
property int EngineBoots {
	int get ();
	void set (int value);
}

See Also