Gets or sets the EngineBoots used for SNMPv3 communications.
Syntax
| Visual Basic (Declaration) | |
|---|
Public EngineBoots As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Security
Dim value As Integer
value = instance.EngineBoots
instance.EngineBoots = value |
| C# | |
|---|
public int EngineBoots |
| Managed Extensions for C++ | |
|---|
public: int EngineBoots |
| C++/CLI | |
|---|
public:
int EngineBoots |
Property Value
Integer. The number of boots of the SNMP engine.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also